We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdd711 commit fa0e52aCopy full SHA for fa0e52a
1 file changed
pkgs/development/libraries/vigra/default.nix
@@ -12,12 +12,11 @@
12
, libpng
13
, libtiff
14
, openexr
15
-, python2Packages
+, python3
16
}:
17
18
let
19
- inherit (python2Packages) python numpy;
20
- # Might want to use `python2.withPackages(ps: [ps.numpy]);` here...
+ python = python3.withPackages (py: with py; [ numpy ]);
21
in
22
stdenv.mkDerivation rec {
23
pname = "vigra";
@@ -50,7 +49,6 @@ stdenv.mkDerivation rec {
50
49
libjpeg
51
libpng
52
libtiff
53
- numpy
54
openexr
55
python
56
];
0 commit comments