python-pycdio: fix darwin build
This commit is contained in:
parent
5afd6a9bea
commit
ad6ac35ae4
@ -19883,9 +19883,8 @@ in {
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
self.setuptools self.nose pkgs.pkgconfig pkgs.swig pkgs.libcdio
|
||||
];
|
||||
buildInputs = [ self.setuptools self.nose pkgs.pkgconfig pkgs.swig pkgs.libcdio ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin pkgs.libiconv;
|
||||
|
||||
patches = [ ../development/python-modules/pycdio/add-cdtext-toc.patch ];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user