guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gnome-shell: Fix keybindings install path.


From: guix-commits
Subject: 01/02: gnu: gnome-shell: Fix keybindings install path.
Date: Thu, 20 Aug 2020 16:32:24 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 3511a1b10de2a69ed61096db15a3a7da31660009
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Aug 20 14:56:56 2020 -0400

    gnu: gnome-shell: Fix keybindings install path.
    
    * gnu/packages/gnome.scm (gnome-shell) 
[arguments]<#:phases>['patch-install-paths]: Modify phase.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3eb6e05..7031980 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9733,6 +9733,8 @@ configuration of various aspects of your desktop.")
            (lambda* (#:key outputs #:allow-other-keys)
              (substitute* '("src/meson.build" "src/st/meson.build"
                             "subprojects/gvc/meson.build")
+               (("join_paths\\(datadir, 'gnome-control-center', 
'keybindings'\\)")
+                "keybindings_dep.get_pkgconfig_variable('keysdir', 
define_variable: ['datadir', datadir])")
                (("install_dir_gir: pkgdatadir,")
                 "install_dir_gir: join_paths(pkgdatadir, 'gir-1.0'),")
                (("install_dir_typelib: pkglibdir,")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]