mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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:
|
||||
lib.concatMap (m:[m] ++ map moduleImport (getImportedSets m)) list;
|
||||
in
|
||||
inlineImportedSets (removeKeys (lazyGenericClosure {
|
||||
removeKeys (inlineImportedSets (lazyGenericClosure {
|
||||
startSet = map moduleImport initModules;
|
||||
operator = m: map moduleImport (getImportedPaths m);
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user