Merge pull request #75689 from duairc/hydra-fix

hydra: Temporarily unbreak hydra with the deprecated lib.closePropagation
This commit is contained in:
Maximilian Bosch
2019-12-19 14:45:03 +01:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ else
let
perlDeps = buildEnv {
name = "hydra-perl-deps";
paths = with perlPackages;
paths = with perlPackages; lib.closePropagation
[ ModulePluggable
CatalystActionREST
CatalystAuthenticationStoreDBIxClass