afl: fix build

This commit is contained in:
Jonathan Ringer
2021-05-07 14:53:48 -07:00
committed by Jonathan Ringer
parent 606fef61b7
commit 2804d0814f

View File

@@ -21,7 +21,7 @@ let
# Note: libcgroup isn't needed for building, just for the afl-cgroup
# script.
nativeBuildInputs = [ makeWrapper which ];
nativeBuildInputs = [ makeWrapper which llvm.dev ];
buildInputs = [ llvm ];
makeFlags = [ "PREFIX=$(out)" ];