summary refs log tree commit diff
path: root/pkgs/games/construo/0.2.2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/construo/0.2.2.nix')
-rw-r--r--pkgs/games/construo/0.2.2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/construo/0.2.2.nix b/pkgs/games/construo/0.2.2.nix
index 2080bb344ea..578e233cbd7 100644
--- a/pkgs/games/construo/0.2.2.nix
+++ b/pkgs/games/construo/0.2.2.nix
@@ -10,7 +10,7 @@ args : with args;
 		++ (if args ? mesa then [args.mesa args.freeglut] else [])
 		;
 		configureFlags = [""];
-		preConfigure = builderDefs.stringsWithDeps.FullDepEntry (''
+		preConfigure = builderDefs.stringsWithDeps.fullDepEntry (''
 		  sed -e 's/math[.]h/cmath/' -i vector.cxx
 		  sed -e 's/games/bin/' -i Makefile.in
 		  sed -e '1i\#include <stdlib.h>' -i construo_main.cxx -i command_line.cxx -i config.hxx