summary refs log tree commit diff
path: root/pkgs/games/construo/0.2.2.nix
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-05-19 23:25:58 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-05-19 23:25:58 +0000
commit52647ea3b08e24623ef32b303a4815467e1144e3 (patch)
tree94635a356ecae478695d3c25fc0416db92bad54d /pkgs/games/construo/0.2.2.nix
parent1500252e6fa30fc8b615587bc13a8f470b071586 (diff)
downloadnixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar.gz
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar.bz2
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar.lz
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar.xz
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar.zst
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.zip
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
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 2080bb344ea4..578e233cbd75 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