gnome3.gpaste: fix keybindings path
GNOME Control Center expects the keybindings to be in datadir.
This commit is contained in:
parent
b39ab30ba7
commit
aeb32cf187
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
gtk3 gnome3.gnome_control_center dbus
|
gtk3 gnome3.gnome_control_center dbus
|
||||||
clutter pango appstream-glib systemd gobjectIntrospection ];
|
clutter pango appstream-glib systemd gobjectIntrospection ];
|
||||||
|
|
||||||
configureFlags = [ "--with-controlcenterdir=$(out)/gnome-control-center/keybindings"
|
configureFlags = [ "--with-controlcenterdir=$(out)/share/gnome-control-center/keybindings"
|
||||||
"--with-dbusservicesdir=$(out)/share/dbus-1/services"
|
"--with-dbusservicesdir=$(out)/share/dbus-1/services"
|
||||||
"--with-systemduserunitdir=$(out)/etc/systemd/user" ];
|
"--with-systemduserunitdir=$(out)/etc/systemd/user" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user