about summary refs log tree commit diff
path: root/pkgs/servers/foundationdb/cmake.nix
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2019-10-29 15:26:20 -0500
committerAustin Seipp <aseipp@pobox.com>2019-11-01 00:36:31 -0500
commit53a7ae01852779bd297b7e5e42860f158375404d (patch)
tree24f4cf451780d204ab04782d62891de93342242f /pkgs/servers/foundationdb/cmake.nix
parent462d2b73c2ba4dc7f732844a512edc233cba8ade (diff)
foundationdb: no clang, use default gcc
These options should be experimental, and I'm keeping them off for now.
This also avoids any ABI concerns between libraries, too.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/servers/foundationdb/cmake.nix')
-rw-r--r--pkgs/servers/foundationdb/cmake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/foundationdb/cmake.nix b/pkgs/servers/foundationdb/cmake.nix
index ac7733986ce64..512842b3a6a23 100644
--- a/pkgs/servers/foundationdb/cmake.nix
+++ b/pkgs/servers/foundationdb/cmake.nix
@@ -4,7 +4,7 @@
 , cmake, ninja, boost, python3, openjdk, mono, libressl
 
 , gccStdenv, llvmPackages
-, useClang ? true
+, useClang ? false
 , ...
 }: