aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/xsokoban
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/xsokoban
parent1500252e6fa30fc8b615587bc13a8f470b071586 (diff)
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
Diffstat (limited to 'pkgs/games/xsokoban')
-rw-r--r--pkgs/games/xsokoban/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/xsokoban/default.nix b/pkgs/games/xsokoban/default.nix
index 733c7646a6ee..63dc0a271f98 100644
--- a/pkgs/games/xsokoban/default.nix
+++ b/pkgs/games/xsokoban/default.nix
@@ -19,7 +19,7 @@ rec {
/* doConfigure should be removed if not needed */
phaseNames = ["preConfigure" "doConfigure" "preBuild" "doMakeInstall"];
- preConfigure = a.FullDepEntry (''
+ preConfigure = a.fullDepEntry (''
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${a.libXpm}/include/X11"
for i in $NIX_CFLAGS_COMPILE; do echo $i; ls ''${i#-I}; done
chmod a+rw config.h
@@ -35,7 +35,7 @@ rec {
sed -e '/if [(]owner[)]/iowner=1;' -i main.c
'') ["minInit" "doUnpack"];
- preBuild = a.FullDepEntry (''
+ preBuild = a.fullDepEntry (''
sed -e "s@/usr/local/@$out/@" -i Makefile
sed -e "s@ /bin/@ @" -i Makefile
ensureDir $out/bin $out/share $out/man/man1 $out/lib