mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
zfs: switch to python3
This commit is contained in:
parent
ebd47d7b54
commit
3bde31f140
@ -3,7 +3,7 @@
|
||||
, configFile ? "all"
|
||||
|
||||
# Userspace dependencies
|
||||
, zlib, libuuid, python, attr, openssl
|
||||
, zlib, libuuid, python3, attr, openssl
|
||||
, libtirpc
|
||||
, nfs-utils
|
||||
, gawk, gnugrep, gnused, systemd
|
||||
@ -54,7 +54,7 @@ let
|
||||
++ optional buildKernel (kernel.moduleBuildDependencies ++ [ perl ]);
|
||||
buildInputs =
|
||||
optionals buildKernel [ spl ]
|
||||
++ optionals buildUser [ zlib libuuid python attr ]
|
||||
++ optionals buildUser [ zlib libuuid python3 attr ]
|
||||
++ optionals (buildUser && (isUnstable || isLegacyCrypto)) [ openssl ]
|
||||
++ optional stdenv.hostPlatform.isMusl [ libtirpc ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user