Skip to content

Commit

Permalink
gnome3.gpaste: fix keybindings path
Browse files Browse the repository at this point in the history
GNOME Control Center expects the keybindings to be in datadir.
  • Loading branch information
jtojnar committed Dec 3, 2017
1 parent b39ab30 commit aeb32cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome-3/misc/gpaste/default.nix
Expand Up @@ -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" ];

Expand Down

0 comments on commit aeb32cf

Please sign in to comment.