release: bump to 19.03

This commit is contained in:
Graham Christensen 2019-04-26 15:13:08 +02:00 committed by Eelco Dolstra
parent 0e337e6f9c
commit bcb1c2916d

View file

@ -1,5 +1,5 @@
{ hydraSrc ? builtins.fetchGit ./.
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.09-small"; }
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-19.03-small"; }
, officialRelease ? false
, shell ? false
}:
@ -137,6 +137,10 @@ rec {
preConfigure = "autoreconf -vfi";
NIX_LDFLAGS = [
"-lpthread"
];
enableParallelBuilding = true;
preCheck = ''