Fix tarball

This commit is contained in:
Shea Levy 2017-09-28 18:44:10 -04:00
parent 751d397ad4
commit 9ce7175cfe

View file

@ -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;