pycdio: fix build
This commit is contained in:
@@ -23,8 +23,8 @@ buildPythonPackage rec {
|
|||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
nativeBuildInputs = [ nose pkgs.pkgconfig pkgs.swig ];
|
||||||
buildInputs = [ setuptools nose pkgs.swig pkgs.libcdio ]
|
buildInputs = [ setuptools pkgs.libcdio ]
|
||||||
++ stdenv.lib.optional stdenv.isDarwin pkgs.libiconv;
|
++ stdenv.lib.optional stdenv.isDarwin pkgs.libiconv;
|
||||||
|
|
||||||
# Run tests using nosetests but first need to install the binaries
|
# Run tests using nosetests but first need to install the binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user