mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
networkmanagerapplet: fix crash while connecting to protected wifis
This commit is contained in:
parent
1661501465
commit
37c42c16a4
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
ln -s ${networkmanager_openconnect}/libexec/* $out/libexec/
|
||||
wrapProgram "$out/bin/nm-applet" \
|
||||
--prefix GIO_EXTRA_MODULES : "${glib_networking}/lib/gio/modules" \
|
||||
--prefix XDG_DATA_DIRS : "${gsettings_desktop_schemas}/share:$out/share" \
|
||||
--prefix XDG_DATA_DIRS : "${gsettings_desktop_schemas}/share:${gnome3.gtk}/share:$out/share" \
|
||||
--set GCONF_CONFIG_SOURCE "xml::~/.gconf" \
|
||||
--prefix PATH ":" "${gnome3.gconf}/bin"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue