forked from mirrors/nixpkgs
removed finalReference not beeing used anywhere
svn path=/nixpkgs/trunk/; revision=13137
This commit is contained in:
parent
761e7453ab
commit
1bdbe847f7
|
@ -327,8 +327,6 @@ rec {
|
|||
fix = f:
|
||||
(rec { result = f result; }).result;
|
||||
|
||||
finalReference = fix; # bad name
|
||||
|
||||
# flatten a list of sets returned by 'f'.
|
||||
# f : function to evaluate each set.
|
||||
# attr : name of the attribute which contains more values.
|
||||
|
|
Loading…
Reference in a new issue