gsasl: export LOCALDOMAIN before running tests
Recently kerberos added a code path that relies ont he local domain part to be available. See [hydra] for the recent build failure and [github] for a brief analysis of the error. [hydra] https://hydra.nixos.org/build/113717403 [github]: - https://github.com/NixOS/nixpkgs/pull/81531#issuecomment-593840860 - https://github.com/NixOS/nixpkgs/pull/81531#issuecomment-593853565
This commit is contained in:
parent
a8e06a8e89
commit
6eb3154ff6
@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--with-gssapi-impl=mit" ];
|
configureFlags = [ "--with-gssapi-impl=mit" ];
|
||||||
|
|
||||||
|
preCheck = ''
|
||||||
|
export LOCALDOMAIN="dummydomain"
|
||||||
|
'';
|
||||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user