summary refs log tree commit diff
path: root/pkgs/games/fsg/alt-builder.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/fsg/alt-builder.nix')
-rw-r--r--pkgs/games/fsg/alt-builder.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/fsg/alt-builder.nix b/pkgs/games/fsg/alt-builder.nix
index dfc7c6c724e..c2b68a6c746 100644
--- a/pkgs/games/fsg/alt-builder.nix
+++ b/pkgs/games/fsg/alt-builder.nix
@@ -9,13 +9,13 @@ args: with args;
 	};
 	in with localDefs;
 let 
-	preBuild = FullDepEntry "
+	preBuild = fullDepEntry "
 		sed -e '
 		s@currentProbIndex != 100@0@;
 		' -i MainFrame.cpp;
 	" [minInit];
 
-  installPhase = FullDepEntry "
+  installPhase = fullDepEntry "
 		ensureDir \$out/bin \$out/libexec;
 		cp sand \$out/libexec;
 		echo -e '#! /bin/sh\nLC_ALL=C '\$out'/libexec/sand \"$@\"' >\$out/bin/fsg;