forked from mirrors/nixpkgs
pycdio: fix build
This commit is contained in:
parent
6835392708
commit
c9ec201cd0
|
@ -6699,6 +6699,10 @@ let
|
|||
sha256 = "1mrh233pj584gf7la64d4xlmvdnfl4jwpxs95lnd3i4zd5drid14";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
self.setuptools self.nose pkgs.pkgconfig pkgs.swig pkgs.libcdio
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue