mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 20:12:52 +00:00
valgrind: don't force LLVM 3.9
This was added when 3.9 was the only one with llvm-dsymutil, but now almost all of them have it, so the default works fine.
This commit is contained in:
parent
481dd45e61
commit
a257d64f33
|
@ -8784,7 +8784,6 @@ with pkgs;
|
|||
|
||||
valgrind = callPackage ../development/tools/analysis/valgrind {
|
||||
inherit (darwin) xnu bootstrap_cmds cctools;
|
||||
llvm = llvm_39;
|
||||
};
|
||||
valgrind-light = self.valgrind.override { gdb = null; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue