forked from mirrors/nixpkgs
pythonPackages.tifffile: fix syntax error
This commit is contained in:
parent
226b6c7935
commit
164408fcd4
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue