From 3d5828ac39e6a52cedee68efa770949b2d3e25c7 Mon Sep 17 00:00:00 2001 From: Rick van Schijndel Date: Sat, 11 Dec 2021 14:01:24 +0100 Subject: aflplusplus: qemu: move to python3 QEMU 3.1 already had support for building with python3, so this should be a change that doesn't have any effect on the produced binaries. Python2 removal tracking issue: https://github.com/NixOS/nixpkgs/issues/148779 --- pkgs/tools/security/aflplusplus/qemu.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/security/aflplusplus') diff --git a/pkgs/tools/security/aflplusplus/qemu.nix b/pkgs/tools/security/aflplusplus/qemu.nix index 0a98f27182bf3..1fb613aef2e23 100644 --- a/pkgs/tools/security/aflplusplus/qemu.nix +++ b/pkgs/tools/security/aflplusplus/qemu.nix @@ -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 = [ -- cgit 1.4.1