qemu-afl: various cleanups
This commit is contained in:
@@ -36,12 +36,14 @@ stdenv.mkDerivation rec {
|
|||||||
--replace "../patches/afl-qemu-cpu-inl.h" "afl-qemu-cpu-inl.h"
|
--replace "../patches/afl-qemu-cpu-inl.h" "afl-qemu-cpu-inl.h"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs =
|
nativeBuildInputs = [
|
||||||
[ python2 zlib pkgconfig glib pixman ncurses perl attr libcap
|
python2 perl pkgconfig flex bison autoconf texinfo
|
||||||
vde2 texinfo libuuid flex bison lzo snappy autoconf
|
];
|
||||||
libcap_ng gnutls
|
|
||||||
]
|
buildInputs = [
|
||||||
++ optionals (hasSuffix "linux" stdenv.hostPlatform.system) [ libaio ];
|
zlib glib pixman ncurses attr libcap
|
||||||
|
vde2 libuuid lzo snappy libcap_ng gnutls
|
||||||
|
] ++ optionals (stdenv.isLinux) [ libaio ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user