libmamba: use python3 instead of python3Packages

python3Packages is used only for getting python
This commit is contained in:
Wroclaw
2025-04-03 23:18:32 +02:00
parent d34252171d
commit d52aecbbc7
+2 -2
View File
@@ -16,7 +16,7 @@
zstd,
nix-update-script,
bzip2,
python3Packages,
python3,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
python3Packages.python
python3
];
buildInputs = [