Skip to content

Commit

Permalink
pycdio: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jansol authored and rycee committed Apr 19, 2019
1 parent f84a7b3 commit c48ad78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pycdio/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit c48ad78

Please sign in to comment.