about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-03-02 18:49:31 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-03-02 18:49:31 +0000
commit71f8e0911af4c7e22d477b6bc611ef337c361d34 (patch)
treeccc7d0a71b7255d4fa46016823d42792f4c503b4 /pkgs/games
parent5ed88513ef1136d3fece05ac53f320ca7bd1c430 (diff)
downloadnixlib-71f8e0911af4c7e22d477b6bc611ef337c361d34.tar
nixlib-71f8e0911af4c7e22d477b6bc611ef337c361d34.tar.gz
nixlib-71f8e0911af4c7e22d477b6bc611ef337c361d34.tar.bz2
nixlib-71f8e0911af4c7e22d477b6bc611ef337c361d34.tar.lz
nixlib-71f8e0911af4c7e22d477b6bc611ef337c361d34.tar.xz
nixlib-71f8e0911af4c7e22d477b6bc611ef337c361d34.tar.zst
nixlib-71f8e0911af4c7e22d477b6bc611ef337c361d34.zip
Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/construo/0.2.2.nix1
-rw-r--r--pkgs/games/fsg/alt-builder.nix1
-rw-r--r--pkgs/games/orbit/1.01.nix1
3 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/games/construo/0.2.2.nix b/pkgs/games/construo/0.2.2.nix
index 555d2f4b30b9..969f4e13baa5 100644
--- a/pkgs/games/construo/0.2.2.nix
+++ b/pkgs/games/construo/0.2.2.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
 		description = "
 	Construo masses and springs simulation.
 ";
+		inherit src;
 	};
 }
diff --git a/pkgs/games/fsg/alt-builder.nix b/pkgs/games/fsg/alt-builder.nix
index 4401bf8451ac..7a0b9c3fbaea 100644
--- a/pkgs/games/fsg/alt-builder.nix
+++ b/pkgs/games/fsg/alt-builder.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation {
     description = "
 	Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand.
 ";
+		inherit src;
   };
 }
diff --git a/pkgs/games/orbit/1.01.nix b/pkgs/games/orbit/1.01.nix
index ba824e83f1c5..488d77732aef 100644
--- a/pkgs/games/orbit/1.01.nix
+++ b/pkgs/games/orbit/1.01.nix
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
 		description = "
 		Orbit space flight simulator.
 ";
+		inherit src;
 	};
 }