Skip to content

Commit 2f6488e

Browse files
authored
aflplusplus: unpin LLVM15 (NixOS#371801)
2 parents 2222343 + 5ff342c commit 2f6488e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -936,12 +936,7 @@ with pkgs;
936936
llvm = llvm_16;
937937
};
938938

939-
aflplusplus = callPackage ../tools/security/aflplusplus {
940-
clang = clang_15;
941-
llvm = llvm_15;
942-
llvmPackages = llvmPackages_15;
943-
wine = null;
944-
};
939+
aflplusplus = callPackage ../tools/security/aflplusplus { wine = null; };
945940

946941
libdislocator = callPackage ../tools/security/aflplusplus/libdislocator.nix { };
947942

0 commit comments

Comments
 (0)