Skip to content

Commit

Permalink
hydra: Temporarily unbreak hydra with the deprecated lib.closePropaga…
Browse files Browse the repository at this point in the history
…tion

Hydra fails to start on recent recent nixpkgs due to a change in Perl packaging: this has been reported in NixOS#72783. @conferno in that thread suggested using lib.closePropagation as a fix, which is apparently deprecated, but works for now.
  • Loading branch information
duairc committed Dec 16, 2019
1 parent 86ed15d commit 8acf340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/hydra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
let
perlDeps = buildEnv {
name = "hydra-perl-deps";
paths = with perlPackages;
paths = with perlPackages; lib.closePropagation
[ ModulePluggable
CatalystActionREST
CatalystAuthenticationStoreDBIxClass
Expand Down

0 comments on commit 8acf340

Please sign in to comment.