mutt: remove ? null from packages

there are bool flags to enable/disable certain features and overriding
packages with null is a hack which should not be used.
This commit is contained in:
Sandro Jäckel 2024-11-26 13:35:09 +01:00
parent ed44a65978
commit b683d90355
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,10 +1,10 @@
{ lib, stdenv, fetchurl, fetchpatch, ncurses, which, perl { lib, stdenv, fetchurl, fetchpatch, ncurses, which, perl
, gdbm ? null , gdbm
, openssl ? null , openssl
, cyrus_sasl ? null , cyrus_sasl
, gnupg ? null , gnupg
, gpgme ? null , gpgme
, libkrb5 ? null , libkrb5
, headerCache ? true , headerCache ? true
, sslSupport ? true , sslSupport ? true
, saslSupport ? true , saslSupport ? true