gxml: Disable tests

No upstream fix for months and this is only used by planify.
This commit is contained in:
Bobby Rong
2025-06-22 22:57:24 +08:00
parent 9e83b64f72
commit 1519c5d166
+2 -1
View File
@@ -54,7 +54,8 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail ">=0" ">= 0"
'';
doCheck = true;
# https://github.com/NixOS/nixpkgs/issues/407969
doCheck = false;
passthru.updateScript = gitUpdater { };