Merge pull request #216031 from KAction/patch/v1/mutt

mutt: assert relations between configuration options
This commit is contained in:
Michele Guerini Rocco 2023-02-13 08:13:58 +01:00 committed by GitHub
commit c81cb0a26d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@
, gssSupport ? true
, writeScript
}:
assert smimeSupport -> sslSupport;
assert gpgmeSupport -> sslSupport;
stdenv.mkDerivation rec {
pname = "mutt";