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

View File

@@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
description = "
Qi - next generation on top of Common Lisp.
";
inherit src;
};
}

View File

@@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = "
Python package compiler or something like that.
";
inherit src;
};
}

View File

@@ -17,5 +17,6 @@ stdenv.mkDerivation {
description = "
Fastest Fourier Transform in the West library.
";
inherit src;
};
}

View File

@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
description = "
DB independent interface to DB; DB drivers (mysql only for now).
";
inherit src;
};
}

View File

@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = "
DB independent interface to DB.
";
inherit src;
};
}

View File

@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = "
Libextractor - extracts metadata from files.
";
inherit src;
};
}

View File

@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
description = "
GNU Indent - a source text formatter.
";
inherit src;
};
}

View File

@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = "
Internalization tool for XML.
";
inherit src;
};
}

View File

@@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
description = "
Library call tracer.
";
inherit src;
};
}