summaryrefslogtreecommitdiffstats
path: root/pkgs/games/fsg
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-01-18 12:36:56 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-01-18 12:36:56 +0000
commitbc46eaf4047f4cfd3152f3748f114b8743ed4faf (patch)
tree4ba6055a35af6b96427cd5b2186108f8a3551d9c /pkgs/games/fsg
parenta5e0e39cdb575a38216a2a0e9ee25eae5bb05397 (diff)
Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
svn path=/nixpkgs/trunk/; revision=10214
Diffstat (limited to 'pkgs/games/fsg')
-rw-r--r--pkgs/games/fsg/alt-builder.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/fsg/alt-builder.nix b/pkgs/games/fsg/alt-builder.nix
index 8efd788789b4..4401bf8451ac 100644
--- a/pkgs/games/fsg/alt-builder.nix
+++ b/pkgs/games/fsg/alt-builder.nix
@@ -1,13 +1,13 @@
args: with args;
- with (builderDefs
- {
+ let localDefs = builderDefs {
buildInputs =[(wxGTK null)];
src =
fetchurl {
url = http://www.piettes.com/fallingsandgame/fsg-src-4.4.tar.gz;
sha256 = "1756y01rkvd3f1pkj88jqh83fqcfl2fy0c48mcq53pjzln9ycv8c";
};
- } null);
+ } null;
+ in with localDefs;
let
preBuild = FullDepEntry "
sed -e '
@@ -25,7 +25,7 @@ in
stdenv.mkDerivation {
name = "fsg-4.4";
builder = writeScript "fsg-4.4-builder"
- (textClosure [doUnpack addInputs preBuild doMake installPhase doForceShare]);
+ (textClosure localDefs [doUnpack addInputs preBuild doMake installPhase doForceShare]);
meta = {
description = "