packaging: remove redundant --print-errorlogs

These were added to Nixpkgs in
4dec85d68b81ed971e7f2953cfea895f0f0c0c2c, back in 2024.

Change-Id: I6a6a69646f6a09fb3d8bae3efbf9d6e56d662ca3
This commit is contained in:
Emily
2025-07-29 20:45:58 +01:00
parent e6da29ad6b
commit 99cf661187
-2
View File
@@ -402,7 +402,6 @@ stdenv.mkDerivation (finalAttrs: {
mesonCheckFlags = [
"--suite=check"
"--print-errorlogs"
];
# the tests access localhost.
__darwinAllowLocalNetworking = true;
@@ -447,7 +446,6 @@ stdenv.mkDerivation (finalAttrs: {
mesonInstallCheckFlags = [
"--suite=installcheck"
"--print-errorlogs"
];
preInstallCheck = ''