Fix building against nix master

This commit is contained in:
Eelco Dolstra
2018-10-30 14:41:21 +01:00
parent e0f204f3da
commit 8d26144121
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ hydraSrc ? builtins.fetchGit ./.
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03-small"; }
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.09-small"; }
, officialRelease ? false
, shell ? false
}:
@ -111,6 +111,7 @@ rec {
perlDeps perl nix
postgresql95 # for running the tests
boost
nlohmann_json
];
hydraPath = lib.makeBinPath (