aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/instead
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-10-02 10:31:30 +0200
committerJon <jonringer@users.noreply.github.com>2020-10-02 09:01:35 -0700
commitb13353243454bdc560d3492bb40de279487827c0 (patch)
tree76204d3bd7c704626aabc2c7f97d94966279fa00 /pkgs/games/instead
parente9acc776d8269e5217319c10da8afd3cde854c5c (diff)
treewide: remove some trailing whitespace to please ofborg
Diffstat (limited to 'pkgs/games/instead')
-rw-r--r--pkgs/games/instead/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/instead/default.nix b/pkgs/games/instead/default.nix
index 946fed92f581..8672a7e44940 100644
--- a/pkgs/games/instead/default.nix
+++ b/pkgs/games/instead/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
substituteInPlace configure.sh \
--replace "/tmp/sdl-test" $(mktemp)
'';
-
+
configurePhase = ''
{ echo 2; echo $out; } | ./configure.sh
'';