Merge pull request #150242 from Mindavi/aflplusplus/python3

aflplusplus: qemu: move to python3
This commit is contained in:
Jörg Thalheim
2021-12-11 14:04:03 +00:00
committed by GitHub
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, aflplusplus, python2, zlib, pkg-config, glib, perl
{ lib, stdenv, fetchurl, aflplusplus, python3, zlib, pkg-config, glib, perl
, texinfo, libuuid, flex, bison, pixman, autoconf
}:
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
'';
nativeBuildInputs = [
python2 perl pkg-config flex bison autoconf texinfo
python3 perl pkg-config flex bison autoconf texinfo
];
buildInputs = [