From 10f3a2e5f213df4a1d50947066613bf87a5a1008 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 31 May 2016 13:23:54 +0200 Subject: Fix clang build failure Apparently opinion is divided on whether [[noreturn]] is allowed on a lambda: http://stackoverflow.com/questions/26888805/how-to-declare-a-lambdas-operator-as-noreturn http://hydra.nixos.org/build/36462100 --- release.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 4803788fe0..b5e5e945e7 100644 --- a/release.nix +++ b/release.nix @@ -99,6 +99,8 @@ let doInstallCheck = true; installCheckFlags = "sysconfdir=$(out)/etc"; + + stdenv = clangStdenv; }); -- cgit 1.4.1