Merge pull request #51886 from Mic92/zfs-python3
zfs: switch to python3
This commit is contained in:
commit
1933e8be0d
@ -3,7 +3,7 @@
|
|||||||
, configFile ? "all"
|
, configFile ? "all"
|
||||||
|
|
||||||
# Userspace dependencies
|
# Userspace dependencies
|
||||||
, zlib, libuuid, python, attr, openssl
|
, zlib, libuuid, python3, attr, openssl
|
||||||
, libtirpc
|
, libtirpc
|
||||||
, nfs-utils
|
, nfs-utils
|
||||||
, gawk, gnugrep, gnused, systemd
|
, gawk, gnugrep, gnused, systemd
|
||||||
@ -54,7 +54,7 @@ let
|
|||||||
++ optional buildKernel (kernel.moduleBuildDependencies ++ [ perl ]);
|
++ optional buildKernel (kernel.moduleBuildDependencies ++ [ perl ]);
|
||||||
buildInputs =
|
buildInputs =
|
||||||
optionals buildKernel [ spl ]
|
optionals buildKernel [ spl ]
|
||||||
++ optionals buildUser [ zlib libuuid python attr ]
|
++ optionals buildUser [ zlib libuuid python3 attr ]
|
||||||
++ optionals (buildUser && (isUnstable || isLegacyCrypto)) [ openssl ]
|
++ optionals (buildUser && (isUnstable || isLegacyCrypto)) [ openssl ]
|
||||||
++ optional stdenv.hostPlatform.isMusl [ libtirpc ];
|
++ optional stdenv.hostPlatform.isMusl [ libtirpc ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user