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
commit 2d6e75f223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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