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.
main
Shane 5 years ago
parent 86ed15dcce
commit 8acf3405ca
  1. 2
      pkgs/development/tools/misc/hydra/default.nix

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

Loading…
Cancel
Save