Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkgs/development/libraries/gss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 ''
Expand Down