mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
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
|
||||
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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user