mailnag: gnomekeyring by default

This commit is contained in:
gnidorah 2017-10-19 22:00:17 +03:00
parent b3b438a8fd
commit 5c06711c80

View File

@ -2,8 +2,8 @@
, gdk_pixbuf, libnotify, gst_all_1 , gdk_pixbuf, libnotify, gst_all_1
, libgnome_keyring3, networkmanager , libgnome_keyring3, networkmanager
, wrapGAppsHook, gnome3 , wrapGAppsHook, gnome3
, withGnomeKeyring ? false # otherwise passwords are stored unencrypted
, withNetworkManager ? true , withGnomeKeyring ? true
}: }:
let let
@ -22,8 +22,7 @@ in pythonPackages.buildPythonApplication rec {
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-bad
gnome3.defaultIconTheme gnome3.defaultIconTheme
] ++ stdenv.lib.optional withGnomeKeyring libgnome_keyring3 ] ++ stdenv.lib.optional withGnomeKeyring libgnome_keyring3;
++ stdenv.lib.optional withNetworkManager networkmanager;
nativeBuildInputs = [ nativeBuildInputs = [
wrapGAppsHook wrapGAppsHook