mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
haproxy: use default clang
It's been nearly two years and it builds fine for me on clang11.
This commit is contained in:
parent
30fc937aaa
commit
edd386ea7f
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user