mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
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;};
|
||||
FullDepEntry = text : deps: {inherit text args;};
|
||||
PackEntry = deps: {inherit deps; text="";};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue