Merge pull request #112617 from bobrik/ivan/haproxy-no-llvm6
haproxy: use default clang
This commit is contained in:
commit
ea26e0fbf5
1 changed files with 1 additions and 3 deletions
|
@ -4993,9 +4993,7 @@ in
|
||||||
hdf4 = null;
|
hdf4 = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
haproxy = callPackage ../tools/networking/haproxy {
|
haproxy = callPackage ../tools/networking/haproxy { };
|
||||||
stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;
|
|
||||||
};
|
|
||||||
|
|
||||||
hackertyper = callPackage ../tools/misc/hackertyper { };
|
hackertyper = callPackage ../tools/misc/hackertyper { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue