1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Fix building on Nixpkgs 17.09

This commit is contained in:
Eelco Dolstra 2018-05-10 15:11:24 +02:00
parent 215b724e44
commit 691f7e168c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -41,7 +41,7 @@ rec {
let let
#nix = nixUnstable; nix = pkgs.nixStable2 or pkgs.nix;
perlDeps = buildEnv { perlDeps = buildEnv {
name = "hydra-perl-deps"; name = "hydra-perl-deps";