scummvm: fix compilation

+1 -1
+1 -1
pkgs/games/scummvm/default.nix
··· 28 29 # They use 'install -s', that calls the native strip instead of the cross 30 postConfigure = '' 31 - sed -i "s/-c -s/-c -s --strip-program=''${STRIP@Q}" ports.mk 32 ''; 33 34 meta = with stdenv.lib; {
··· 28 29 # They use 'install -s', that calls the native strip instead of the cross 30 postConfigure = '' 31 + sed -i "s/-c -s/-c -s --strip-program=''${STRIP@Q}/" ports.mk 32 ''; 33 34 meta = with stdenv.lib; {