Revert "gss: re-enable tests"

This reverts commit b83b5ef887.

Mass rebuild on Darwin, accidentally merged into master.
This commit is contained in:
Alyssa Ross 2024-08-17 10:25:50 +02:00
parent 34146ed1c5
commit e850cbb4f8

View File

@ -13,9 +13,7 @@ stdenv.mkDerivation rec {
url = "mirror://gnu/gss/gss-${version}.tar.gz"; url = "mirror://gnu/gss/gss-${version}.tar.gz";
hash = "sha256-7M6r3vTK4/znIYsuy4PrQifbpEtTthuMKy6IrgJBnHM="; hash = "sha256-7M6r3vTK4/znIYsuy4PrQifbpEtTthuMKy6IrgJBnHM=";
}; };
# This test crashes now. Most likely triggered by expiration on 20240711.
# krb5context test uses certificates that expired on 2024-07-11.
# Reported to bug-gss@gnu.org with Message-ID: <87cyngavtt.fsf@alyssa.is>.
postPatch = '' postPatch = ''
rm tests/krb5context.c rm tests/krb5context.c
''; '';
@ -31,6 +29,10 @@ stdenv.mkDerivation rec {
"--${if withShishi then "enable" else "disable"}-kerberos5" "--${if withShishi then "enable" else "disable"}-kerberos5"
]; ];
# krb5context test uses certificates that expired on 2024-07-11.
# Reported to bug-gss@gnu.org with Message-ID: <87cyngavtt.fsf@alyssa.is>.
doCheck = !withShishi;
# Fixup .la files # Fixup .la files
postInstall = lib.optionalString withShishi '' postInstall = lib.optionalString withShishi ''
sed -i 's,\(-lshishi\),-L${shishi}/lib \1,' $out/lib/libgss.la sed -i 's,\(-lshishi\),-L${shishi}/lib \1,' $out/lib/libgss.la