pycdio: fix build
This commit is contained in:
parent
f84a7b3828
commit
c48ad78588
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user