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";