mailnag: gnomekeyring by default
This commit is contained in:
parent
b3b438a8fd
commit
5c06711c80
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user