mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
* Add stringAfter' as a synonym of
fullDepEntry', with the arguments
flipped to denote what it actually does (i.e., a string fragment that comes *after* the named fragments). One day we can have `stringBefore'. svn path=/nixpkgs/trunk/; revision=23761
This commit is contained in:
parent
ea18f17f8c
commit
2202d32006
@ -73,8 +73,6 @@ rec {
|
||||
fullDepEntry = text: deps: {inherit text deps;};
|
||||
packEntry = deps: {inherit deps; text="";};
|
||||
|
||||
# Old names - don't use. Will be removed soon. There are no more occurences in nixpkgs/nixos
|
||||
FullDepEntry = fullDepEntry;
|
||||
PackEntry = packEntry;
|
||||
stringAfter = deps: text: { inherit text deps; };
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user