afl-qemu: use python2
This commit is contained in:
parent
9b88697bbd
commit
b91c43d8d3
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, python, zlib, pkgconfig, glib, ncurses, perl
|
{ stdenv, fetchurl, python2, zlib, pkgconfig, glib, ncurses, perl
|
||||||
, attr, libcap, vde2, alsaLib, texinfo, libuuid, flex, bison, lzo, snappy
|
, attr, libcap, vde2, alsaLib, texinfo, libuuid, flex, bison, lzo, snappy
|
||||||
, libaio, libcap_ng, gnutls, pixman, autoconf
|
, libaio, libcap_ng, gnutls, pixman, autoconf
|
||||||
, writeText
|
, writeText
|
||||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ python zlib pkgconfig glib pixman ncurses perl attr libcap
|
[ python2 zlib pkgconfig glib pixman ncurses perl attr libcap
|
||||||
vde2 texinfo libuuid flex bison lzo snappy autoconf
|
vde2 texinfo libuuid flex bison lzo snappy autoconf
|
||||||
libcap_ng gnutls
|
libcap_ng gnutls
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user