forked from mirrors/nixpkgs
dvdisaster: fix broken make discovery
This commit is contained in:
parent
d9418bf8fb
commit
9e60e432ba
|
@ -23,6 +23,9 @@ stdenv.mkDerivation rec {
|
|||
postPatch = ''
|
||||
patchShebangs ./
|
||||
sed -i 's/dvdisaster48.png/dvdisaster/' contrib/dvdisaster.desktop
|
||||
substituteInPlace scripts/bash-based-configure \
|
||||
--replace 'if (make -v | grep "GNU Make") > /dev/null 2>&1 ;' \
|
||||
'if make -v | grep "GNU Make" > /dev/null 2>&1 ;'
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue