Merge pull request #216031 from KAction/patch/v1/mutt
mutt: assert relations between configuration options
This commit is contained in:
commit
c81cb0a26d
@ -18,6 +18,8 @@
|
||||
, gssSupport ? true
|
||||
, writeScript
|
||||
}:
|
||||
assert smimeSupport -> sslSupport;
|
||||
assert gpgmeSupport -> sslSupport;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mutt";
|
||||
|
Loading…
Reference in New Issue
Block a user