mutt: remove ? null from packages (#359273)

This commit is contained in:
Rick van Schijndel 2024-11-29 22:57:34 +01:00 committed by GitHub
commit c1d4a2c2c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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