about summary refs log tree commit diff
path: root/pkgs/tools/system/gdmap
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/tools/system/gdmap
parent5ed88513ef1136d3fece05ac53f320ca7bd1c430 (diff)
Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
Diffstat (limited to 'pkgs/tools/system/gdmap')
-rw-r--r--pkgs/tools/system/gdmap/0.7.5.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/gdmap/0.7.5.nix b/pkgs/tools/system/gdmap/0.7.5.nix
index 062f63566a6b4..7f686cb10e6d9 100644
--- a/pkgs/tools/system/gdmap/0.7.5.nix
+++ b/pkgs/tools/system/gdmap/0.7.5.nix
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
 		description = "
 	Recursive rectangle map of disk usage.	
 ";
+		inherit src;
 	};
 }