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
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = "
QEmu processor emulator.
";
inherit src;
};
}
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = "
QEmu processor emulator.
";
inherit src;
};
}
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = "
${abort "Write a description"}
";
inherit src;
};
}
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = "
Virtual Box is just software for running virtual machines.
";
inherit src;
};
}