Added function for defining just a bundle of dependencies.

svn path=/nixpkgs/trunk/; revision=9216
This commit is contained in:
Michael Raskin 2007-08-28 23:29:23 +00:00
parent c263b309e1
commit 28784956a0

View File

@ -45,4 +45,5 @@ rec {
noDepEntry = text : {inherit text;};
FullDepEntry = text : deps: {inherit text args;};
PackEntry = deps: {inherit deps; text="";};
}