lol

afflib: use python3

Python3 is supported since 3.7.14.

+2 -2
+2 -2
pkgs/development/libraries/afflib/default.nix
··· 1 1 { stdenv, fetchFromGitHub, zlib, curl, expat, fuse, openssl 2 - , autoreconfHook, python 2 + , autoreconfHook, python3 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { ··· 14 14 }; 15 15 16 16 nativeBuildInputs = [ autoreconfHook ]; 17 - buildInputs = [ zlib curl expat fuse openssl python ]; 17 + buildInputs = [ zlib curl expat fuse openssl python3 ]; 18 18 19 19 meta = { 20 20 homepage = http://afflib.sourceforge.net/;