mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03: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 New Issue
Block a user