Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pkgs/development/python-modules/opencamlib/01-build-verbose.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git i/pyproject.toml w/pyproject.toml
index 20be73f..3773051 100644
--- i/pyproject.toml
+++ w/pyproject.toml
@@ -36,7 +36,7 @@ requires = ["scikit-build-core"]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
-cmake.verbose = true
+build.verbose = true
logging.level = "DEBUG"
wheel.packages = ["src/pythonlib/opencamlib"]
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/opencamlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ buildPythonPackage rec {
hash = "sha256-pUj71PdWo902dqF9O6SLnpvFooFU2OfLBv8hAVsH/iA=";
};

patches = [
# Upstream status: https://github.com/aewallin/opencamlib/pull/180
./01-build-verbose.patch
];

build-system = [
scikit-build-core
];
Expand Down
Loading