mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
pythonPackages.tifffile: fix syntax error
This commit is contained in:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ numpy ]
|
||||
++ lib.optionals isPy27 [ futures enum34 pathlib ];
|
||||
++ lib.optionals isPy27 [ futures enum34 pathlib ]
|
||||
++ lib.optionals isPy3k [ imagecodecs-lite ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user