Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
This commit is contained in:
@@ -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