We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735592f commit 4a2d913Copy full SHA for 4a2d913
pkgs/top-level/all-packages.nix
@@ -931,10 +931,7 @@ with pkgs;
931
stdenv = gccStdenv;
932
};
933
934
- honggfuzz = callPackage ../tools/security/honggfuzz {
935
- clang = clang_16;
936
- llvm = llvm_16;
937
- };
+ honggfuzz = callPackage ../tools/security/honggfuzz { };
938
939
aflplusplus = callPackage ../tools/security/aflplusplus { wine = null; };
940
0 commit comments