Added function for defining just a bundle of dependencies.
svn path=/nixpkgs/trunk/; revision=9216
This commit is contained in:
parent
c263b309e1
commit
28784956a0
@ -45,4 +45,5 @@ rec {
|
|||||||
|
|
||||||
noDepEntry = text : {inherit text;};
|
noDepEntry = text : {inherit text;};
|
||||||
FullDepEntry = text : deps: {inherit text args;};
|
FullDepEntry = text : deps: {inherit text args;};
|
||||||
|
PackEntry = deps: {inherit deps; text="";};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user