haproxy: use default clang

It's been nearly two years and it builds fine for me on clang11.
This commit is contained in:
Ivan Babrou
2021-02-09 22:02:25 -08:00
parent 30fc937aaa
commit edd386ea7f
+1 -3
View File
@@ -4983,9 +4983,7 @@ in
hdf4 = null;
};
haproxy = callPackage ../tools/networking/haproxy {
stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;
};
haproxy = callPackage ../tools/networking/haproxy { };
hackertyper = callPackage ../tools/misc/hackertyper { };