summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2017-12-03 23:00:50 +0100
committerJan Tojnar <jtojnar@gmail.com>2017-12-03 23:02:41 +0100
commitaeb32cf187edd854cb5541f5f4fe40713c0e96b5 (patch)
tree9c0ad4c136958ca288135f8e640e3a9478537c02 /pkgs
parentb39ab30ba7aebb9b148d6edab20c5927982e5ba5 (diff)
downloadnixlib-aeb32cf187edd854cb5541f5f4fe40713c0e96b5.tar
nixlib-aeb32cf187edd854cb5541f5f4fe40713c0e96b5.tar.gz
nixlib-aeb32cf187edd854cb5541f5f4fe40713c0e96b5.tar.bz2
nixlib-aeb32cf187edd854cb5541f5f4fe40713c0e96b5.tar.lz
nixlib-aeb32cf187edd854cb5541f5f4fe40713c0e96b5.tar.xz
nixlib-aeb32cf187edd854cb5541f5f4fe40713c0e96b5.tar.zst
nixlib-aeb32cf187edd854cb5541f5f4fe40713c0e96b5.zip
gnome3.gpaste: fix keybindings path
GNOME Control Center expects the keybindings to be in datadir.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/gnome-3/misc/gpaste/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/misc/gpaste/default.nix b/pkgs/desktops/gnome-3/misc/gpaste/default.nix
index b92aac4f9433..3e1c897ffff9 100644
--- a/pkgs/desktops/gnome-3/misc/gpaste/default.nix
+++ b/pkgs/desktops/gnome-3/misc/gpaste/default.nix
@@ -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" ];