Merge pull request #81601 from andir/gsasl
gsasl: export LOCALDOMAIN before running tests
This commit is contained in:
commit
c70840206a
@ -12,16 +12,19 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [ "--with-gssapi-impl=mit" ];
|
||||
|
||||
preCheck = ''
|
||||
export LOCALDOMAIN="dummydomain"
|
||||
'';
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
|
||||
meta = {
|
||||
description = "GNU SASL, Simple Authentication and Security Layer library";
|
||||
|
||||
longDescription =
|
||||
'' GNU SASL is a library that implements the IETF Simple
|
||||
Authentication and Security Layer (SASL) framework and
|
||||
some SASL mechanisms. SASL is used in network servers
|
||||
(e.g. IMAP, SMTP, etc.) to authenticate peers.
|
||||
'' GNU SASL is a library that implements the IETF Simple
|
||||
Authentication and Security Layer (SASL) framework and
|
||||
some SASL mechanisms. SASL is used in network servers
|
||||
(e.g. IMAP, SMTP, etc.) to authenticate peers.
|
||||
'';
|
||||
|
||||
homepage = https://www.gnu.org/software/gsasl/;
|
||||
|
Loading…
Reference in New Issue
Block a user