Skip to content

Commit

Permalink
scummvm: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Aug 1, 2018
1 parent 134c5cc commit 2428f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/scummvm/default.nix
Expand Up @@ -28,7 +28,7 @@ stdenv.mkDerivation rec {

# They use 'install -s', that calls the native strip instead of the cross
postConfigure = ''
sed -i "s/-c -s/-c -s --strip-program=''${STRIP@Q}" ports.mk
sed -i "s/-c -s/-c -s --strip-program=''${STRIP@Q}/" ports.mk
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 2428f5d

Please sign in to comment.