mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Merge pull request #112617 from bobrik/ivan/haproxy-no-llvm6
haproxy: use default clang
This commit is contained in:
commit
ea26e0fbf5
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user