3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.tifffile: fix syntax error

This commit is contained in:
Frederik Rietdijk 2019-12-30 18:17:23 +01:00
parent 226b6c7935
commit 164408fcd4

View file

@ -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; {