pythonPackages.tifffile: fix syntax error
This commit is contained in:
parent
226b6c7935
commit
164408fcd4
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy ]
|
propagatedBuildInputs = [ numpy ]
|
||||||
++ lib.optionals isPy27 [ futures enum34 pathlib ];
|
++ lib.optionals isPy27 [ futures enum34 pathlib ]
|
||||||
++ lib.optionals isPy3k [ imagecodecs-lite ];
|
++ lib.optionals isPy3k [ imagecodecs-lite ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user