Skip to content

Commit

Permalink
dvdisaster: fix broken make discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jan 19, 2017
1 parent d9418bf commit 9e60e43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/cd-dvd/dvdisaster/default.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9e60e43

Please sign in to comment.