Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
This commit is contained in:
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
A Unicode font.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
Just a wrapper to create fonts.dir and fonts.scale .
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||
description = "
|
||||
A (mainly) Chinese Unicode font.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user