Fix: (in moduleClosure) remove key attribute of inlined sets.
svn path=/nixpkgs/trunk/; revision=16198
This commit is contained in:
parent
0c9d18f815
commit
aec4341cb4
@ -296,7 +296,7 @@ rec {
|
|||||||
inlineImportedSets = list:
|
inlineImportedSets = list:
|
||||||
lib.concatMap (m:[m] ++ map moduleImport (getImportedSets m)) list;
|
lib.concatMap (m:[m] ++ map moduleImport (getImportedSets m)) list;
|
||||||
in
|
in
|
||||||
inlineImportedSets (removeKeys (lazyGenericClosure {
|
removeKeys (inlineImportedSets (lazyGenericClosure {
|
||||||
startSet = map moduleImport initModules;
|
startSet = map moduleImport initModules;
|
||||||
operator = m: map moduleImport (getImportedPaths m);
|
operator = m: map moduleImport (getImportedPaths m);
|
||||||
}));
|
}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user