summaryrefslogtreecommitdiffstats
path: root/pkgs/games/construo
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-08-19 05:54:09 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-08-19 05:54:09 +0000
commit87ff8d6347cd99618bc8f9ff58ddf357ce38c522 (patch)
tree304d18d1a67cf9e844bf9d772b2a5386d00aa5f0 /pkgs/games/construo
parentb5b68ce414fabb63a782dd74e86e940350e9a662 (diff)
Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
svn path=/nixpkgs/trunk/; revision=12655
Diffstat (limited to 'pkgs/games/construo')
-rw-r--r--pkgs/games/construo/0.2.2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/construo/0.2.2.nix b/pkgs/games/construo/0.2.2.nix
index 3d8600b8acd4..3d9da7f531ad 100644
--- a/pkgs/games/construo/0.2.2.nix
+++ b/pkgs/games/construo/0.2.2.nix
@@ -1,5 +1,5 @@
args : with args;
- let localDefs = builderDefs {
+ let localDefs = builderDefs.meta.function {
src = /* put a fetchurl here */
fetchurl {
url = http://savannah.nongnu.org/download/construo/construo-0.2.2.tar.gz;
@@ -10,7 +10,7 @@ args : with args;
++ (if args ? mesa then [args.mesa args.freeglut] else [])
;
configureFlags = [""];
- } null; /* null is a terminator for sumArgs */
+ };
in with localDefs;
let
preConfigure = FullDepEntry ("