lib: generalize addPassthru to extendDerivation

This commit is contained in:
Jan Malakhovski
2018-01-03 12:20:24 +00:00
parent eb6db32d01
commit b1ca8517ee
2 changed files with 15 additions and 5 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ let
inherit (stringsWithDeps) textClosureList textClosureMap
noDepEntry fullDepEntry packEntry stringAfter;
inherit (customisation) overrideDerivation makeOverridable
callPackageWith callPackagesWith addPassthru hydraJob makeScope;
callPackageWith callPackagesWith extendDerivation addPassthru
hydraJob makeScope;
inherit (meta) addMetaAttrs dontDistribute setName updateName
appendToName mapDerivationAttrset lowPrio lowPrioSet hiPrio
hiPrioSet;