unity-test: use normal python

python3Minimal is for solving bootstrapping problems and should not be
used without a good reason to do so.
This commit is contained in:
Sandro Jäckel 2025-07-29 16:27:09 +02:00
parent 6a7d91d53a
commit 25db51a526
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -6,7 +6,7 @@
meson,
ninja,
ruby,
python3Minimal,
python3,
nix-update-script,
testers,
iniparser,
@ -66,13 +66,13 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
meson
ninja
python3Minimal
python3
validatePkgConfig
];
# For the helper shebangs
buildInputs = [
python3Minimal
python3
ruby
];