Revert "Avoid polluting lib namespace unncessarily"

Reverting #27319

This reverts commit 01a3f0b8aa.
This commit is contained in:
Shea Levy
2017-09-29 09:09:53 -04:00
parent 4f132afa5b
commit d96da5af87
4 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -60,7 +60,7 @@ let
nixpkgsVersion mod;
inherit (fixedPoints) fix fix' extends composeExtensions
makeExtensible makeExtensibleWithCustomName;
makeExtensible makeExtensibleWithCustomName makeExtensibleWithInterface;
inherit (attrsets) attrByPath hasAttrByPath setAttrByPath
getAttrFromPath attrVals attrValues catAttrs filterAttrs
filterAttrsRecursive foldAttrs collect nameValuePair mapAttrs
@@ -88,7 +88,8 @@ let
inherit (stringsWithDeps) textClosureList textClosureMap
noDepEntry fullDepEntry packEntry stringAfter;
inherit (customisation) overrideDerivation makeOverridable
callPackageWith callPackagesWith addPassthru hydraJob makeScope;
callPackageWith callPackagesWith addPassthru hydraJob makeScope
callPackageWithOutputWith;
inherit (meta) addMetaAttrs dontDistribute setName updateName
appendToName mapDerivationAttrset lowPrio lowPrioSet hiPrio
hiPrioSet;