pythonPackages: move python 2 only expressions to python2-packages.nix
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
, isPy3k
|
||||
, numpy
|
||||
, imagecodecs-lite
|
||||
, enum34
|
||||
, futures
|
||||
, pathlib
|
||||
, enum34 ? null
|
||||
, futures ? null
|
||||
, pathlib ? null
|
||||
, pytest
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user