libmamba: use python3 instead of python3Packages
python3Packages is used only for getting python
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user