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
, gdbm ? null
, openssl ? null
, cyrus_sasl ? null
, gnupg ? null
, gpgme ? null
, libkrb5 ? null
, gdbm
, openssl
, cyrus_sasl
, gnupg
, gpgme
, libkrb5
, headerCache ? true
, sslSupport ? true
, saslSupport ? true