hydra: Temporarily unbreak hydra with the deprecated lib.closePropagation

Hydra fails to start on recent recent nixpkgs due to a change in Perl packaging: this has been reported in #72783. @conferno in that thread suggested using lib.closePropagation as a fix, which is apparently deprecated, but works for now.
This commit is contained in:
Shane 2019-12-15 11:46:29 +00:00
parent 86ed15dcce
commit 8acf3405ca

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