mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
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:
parent
ed44a65978
commit
b683d90355
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user