From 90962dc4cbcc32000b273b135390092fc4c13430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Tue, 2 Feb 2010 18:09:58 +0000 Subject: [PATCH] Making teeworlds executables accept parameters (to configure a teeworlds server for example) svn path=/nixpkgs/trunk/; revision=19768 --- pkgs/games/teeworlds/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/teeworlds/default.nix b/pkgs/games/teeworlds/default.nix index aab99fc48503..1185b663a02f 100644 --- a/pkgs/games/teeworlds/default.nix +++ b/pkgs/games/teeworlds/default.nix @@ -55,7 +55,7 @@ stdenv.mkDerivation rec { mv -v "$out/bin/$program" "$out/bin/.wrapped-$program" cat > "$out/bin/$program" <