about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-02-03 15:33:36 +0000
committerJan Malakhovski <oxij@oxij.org>2019-02-03 15:33:36 +0000
commite8562288c0bf8c3bd0c72dcb4c9341e41c796571 (patch)
tree7b4c589b33382b8cd5ffa7d84344eeb4aa9a3eb8 /pkgs/applications
parent9c1c9cb937b9aa1b42cab4b6854548088c8d2b45 (diff)
downloadnixlib-e8562288c0bf8c3bd0c72dcb4c9341e41c796571.tar
nixlib-e8562288c0bf8c3bd0c72dcb4c9341e41c796571.tar.gz
nixlib-e8562288c0bf8c3bd0c72dcb4c9341e41c796571.tar.bz2
nixlib-e8562288c0bf8c3bd0c72dcb4c9341e41c796571.tar.lz
nixlib-e8562288c0bf8c3bd0c72dcb4c9341e41c796571.tar.xz
nixlib-e8562288c0bf8c3bd0c72dcb4c9341e41c796571.tar.zst
nixlib-e8562288c0bf8c3bd0c72dcb4c9341e41c796571.zip
claws-mail: move defaults to package file
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/claws-mail/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/claws-mail/default.nix b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
index 47a104b252c3..34361e1dab9a 100644
--- a/pkgs/applications/networking/mailreaders/claws-mail/default.nix
+++ b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
@@ -1,4 +1,4 @@
-{ fetchurl, stdenv, wrapGAppsHook, autoreconfHook
+{ config, fetchurl, stdenv, wrapGAppsHook, autoreconfHook
 , curl, dbus, dbus-glib, enchant, gtk2, gnutls, gnupg, gpgme, hicolor-icon-theme
 , libarchive, libcanberra-gtk2, libetpan, libnotify, libsoup, libxml2, networkmanager
 , openldap, perl, pkgconfig, poppler, python, shared-mime-info, webkitgtk24x-gtk2
@@ -10,7 +10,7 @@
 #         gdata requires libgdata
 #         geolocation requires libchamplain
 , enableLdap ? false
-, enableNetworkManager ? false
+, enableNetworkManager ? config.networking.networkmanager.enable or false
 , enablePgp ? true
 , enablePluginArchive ? false
 , enablePluginFancy ? false