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:
parent
6a7d91d53a
commit
25db51a526
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user