mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 18:03:59 +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
|
{ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user