gnome3.gpaste: fix keybindings path

GNOME Control Center expects the keybindings to be in datadir.
This commit is contained in:
Jan Tojnar 2017-12-03 23:00:50 +01:00
parent b39ab30ba7
commit aeb32cf187
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
gtk3 gnome3.gnome_control_center dbus
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-systemduserunitdir=$(out)/etc/systemd/user" ];