lol

afl: fix build

authored by

Jonathan Ringer and committed by
Jonathan Ringer
2804d081 606fef61

+1 -1
+1 -1
pkgs/tools/security/afl/default.nix
··· 21 22 # Note: libcgroup isn't needed for building, just for the afl-cgroup 23 # script. 24 - nativeBuildInputs = [ makeWrapper which ]; 25 buildInputs = [ llvm ]; 26 27 makeFlags = [ "PREFIX=$(out)" ];
··· 21 22 # Note: libcgroup isn't needed for building, just for the afl-cgroup 23 # script. 24 + nativeBuildInputs = [ makeWrapper which llvm.dev ]; 25 buildInputs = [ llvm ]; 26 27 makeFlags = [ "PREFIX=$(out)" ];