summaryrefslogtreecommitdiffstats
path: root/pkgs/games/orbit/1.01.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/orbit/1.01.nix')
-rw-r--r--pkgs/games/orbit/1.01.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/orbit/1.01.nix b/pkgs/games/orbit/1.01.nix
index 488d77732aef..b60b617fc2c3 100644
--- a/pkgs/games/orbit/1.01.nix
+++ b/pkgs/games/orbit/1.01.nix
@@ -1,5 +1,5 @@
-args : with args; with builderDefs {src="";} null;
- let localDefs = builderDefs rec {
+args : with args; with builderDefs;
+ let localDefs = builderDefs.meta.function (rec {
src = /* put a fetchurl here */
fetchurl {
sha256 = "1kx69f9jqnfzwjh47cl1df8p8hn3bnp6bznxnb6c4wx32ijn5gri";
@@ -27,7 +27,7 @@ $out/dump/orbit "\$@"
EOF
chmod a+x $out/bin/space-orbit
'') ["minInit" "doUnpack" "defEnsureDir" "addInputs"];
- } null; /* null is a terminator for sumArgs */
+ });
in with localDefs;
stdenv.mkDerivation rec {
name = "space-orbit-"+version;