Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
This commit is contained in:
@@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
Qi - next generation on top of Common Lisp.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
Python package compiler or something like that.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,5 +17,6 @@ stdenv.mkDerivation {
|
||||
description = "
|
||||
Fastest Fourier Transform in the West library.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
DB independent interface to DB; DB drivers (mysql only for now).
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
DB independent interface to DB.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
Libextractor - extracts metadata from files.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
GNU Indent - a source text formatter.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
Internalization tool for XML.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
Library call tracer.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user