gss: fix build

This commit is contained in:
Alyssa Ross
2024-07-20 10:05:27 +02:00
parent ed6effab25
commit 743b4c8e78
+3 -1
View File
@@ -29,7 +29,9 @@ stdenv.mkDerivation rec {
"--${if withShishi then "enable" else "disable"}-kerberos5"
];
doCheck = true;
# 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
postInstall = lib.optionalString withShishi ''