From 2428f5dda13475afba2dee93f4beb2bd97086930 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Wed, 1 Aug 2018 22:12:05 +0800 Subject: [PATCH] scummvm: fix compilation --- pkgs/games/scummvm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/scummvm/default.nix b/pkgs/games/scummvm/default.nix index b9b95a5fb4dcb1..7625061953bbe9 100644 --- a/pkgs/games/scummvm/default.nix +++ b/pkgs/games/scummvm/default.nix @@ -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; {