Merge pull request #112617 from bobrik/ivan/haproxy-no-llvm6

haproxy: use default clang
This commit is contained in:
Jörg Thalheim 2021-02-10 06:54:05 +00:00 committed by GitHub
commit ea26e0fbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4993,9 +4993,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 { };