pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [ nose pkgs.pkgconfig pkgs.swig ];
|
||||
buildInputs = [ setuptools pkgs.libcdio ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin pkgs.libiconv;
|
||||
++ lib.optional stdenv.isDarwin pkgs.libiconv;
|
||||
|
||||
# Run tests using nosetests but first need to install the binaries
|
||||
# to the root source directory where they can be found.
|
||||
|
||||
Reference in New Issue
Block a user