Skip to content

Commit

Permalink
Merge pull request #150242 from Mindavi/aflplusplus/python3
Browse files Browse the repository at this point in the history
aflplusplus: qemu: move to python3
  • Loading branch information
Mic92 authored Dec 11, 2021
2 parents 4e5d03c + 3d5828a commit 757a72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/aflplusplus/qemu.nix
Original file line number Diff line number Diff line change
@@ -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
}:

Expand Down Expand Up @@ -44,7 +44,7 @@ stdenv.mkDerivation {
'';

nativeBuildInputs = [
python2 perl pkg-config flex bison autoconf texinfo
python3 perl pkg-config flex bison autoconf texinfo
];

buildInputs = [
Expand Down

0 comments on commit 757a72d

Please sign in to comment.