Added src to meta for builderDefs-based packages.

svn path=/nixpkgs/trunk/; revision=10913
This commit is contained in:
Michael Raskin
2008-03-02 18:49:31 +00:00
parent 5ed88513ef
commit 71f8e0911a
55 changed files with 55 additions and 2 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
Dosfstools - utilities for vfat file system.
";
homepage = "http://sixpak.org/dosfstools/dosfstools-2.8vb2.tar.gz";
inherit src;
};
inherit src;
}
+1 -1
View File
@@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
description = "
Relational FS over FUSE.
";
inherit src;
};
inherit src;
}