gss: drop a crashing test

https://hydra.nixos.org/build/266280498/nixlog/1/tail

In the test sources I see lines hinting at the moment it started failing
  name:endtime  type:GENERALIZED_TIME  value:20240711155558Z
but I was unable to find a fix quickly.
This commit is contained in:
Vladimír Čunát 2024-07-13 11:46:37 +02:00
parent 81b9c6ab7a
commit f6f5b1fde5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
url = "mirror://gnu/gss/gss-${version}.tar.gz";
hash = "sha256-7M6r3vTK4/znIYsuy4PrQifbpEtTthuMKy6IrgJBnHM=";
};
# This test crashes now. Most likely triggered by expiration on 20240711.
postPatch = ''
rm tests/krb5context.c
'';
buildInputs = lib.optional withShishi shishi;