pycdio: fix build

This commit is contained in:
Jan Solanti
2019-04-16 02:03:02 +03:00
committed by Robert Helgesson
parent f84a7b3828
commit c48ad78588

View File

@@ -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