audit: use python3

This commit is contained in:
Jonathan Ringer 2022-02-03 16:18:43 -08:00
parent f67b8ea731
commit d08be77171
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -3,7 +3,7 @@
runCommand,
autoreconfHook,
autoconf, automake, libtool,
enablePython ? true, python, swig,
enablePython ? true, python3, swig,
linuxHeaders ? stdenv.cc.libc.linuxHeaders
}:
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
depsBuildBuild = [ buildPackages.stdenv.cc ];
nativeBuildInputs = [ autoreconfHook ];
buildInputs = lib.optionals enablePython [ python swig ];
buildInputs = lib.optionals enablePython [ python3 swig ];
configureFlags = [
# z/OS plugin is not useful on Linux,