mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python311Packages.pyzbar: don't propagate library with dev dependencies
This commit is contained in:
parent
2e1b779e0a
commit
0fcb4ccfc2
@ -20,7 +20,9 @@ buildPythonPackage rec {
|
||||
sha256 = "8IZQY6qB4r1SUPItDlTDnVQuPs0I38K3yJ6LiPJuwbU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zbar pillow numpy ];
|
||||
buildInputs = [ zbar ];
|
||||
|
||||
propagatedBuildInputs = [ pillow numpy ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user