Skip to content
Snippets Groups Projects
Commit 8e85f08f authored by Jacek Galowicz's avatar Jacek Galowicz
Browse files

Add catch2 lib as dependency

parent 15dc2d7f
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ stdenv.mkDerivation {
name = "fuzzer-example";
src = ./.;
nativeBuildInputs = [ afl ];
buildInputs = [ catch2 ];
installPhase = ''
mkdir -p $out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment