Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Fix hydra (hopefully).
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess committed Nov 13, 2019
1 parent fad581f commit e9ea8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/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 = lib.closePropagation (with perlPackages;
[ ModulePluggable
CatalystActionREST
CatalystAuthenticationStoreDBIxClass
Expand Down Expand Up @@ -65,7 +65,7 @@ let
nix.perl-bindings
git
boehmgc
];
]);
};
in stdenv.mkDerivation rec {
pname = "hydra";
Expand Down

0 comments on commit e9ea8d5

Please sign in to comment.