mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
audit: use python3
This commit is contained in:
parent
f67b8ea731
commit
d08be77171
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user