mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
pycdio: fix build
This commit is contained in:
parent
f84a7b3828
commit
c48ad78588
@ -23,8 +23,8 @@ buildPythonPackage rec {
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||
buildInputs = [ setuptools nose pkgs.swig pkgs.libcdio ]
|
||||
nativeBuildInputs = [ nose pkgs.pkgconfig pkgs.swig ];
|
||||
buildInputs = [ setuptools pkgs.libcdio ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin pkgs.libiconv;
|
||||
|
||||
# Run tests using nosetests but first need to install the binaries
|
||||
|
Loading…
Reference in New Issue
Block a user