guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/02: Revert "gnu: gnome-shell: Fix keybindings install path."
Date: Fri, 21 Aug 2020 14:23:08 -0400 (EDT)

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

commit 2ea9a78b9d79e6d474b3f693101ad30be4e1cb09
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Fri Aug 21 20:18:29 2020 +0200

    Revert "gnu: gnome-shell: Fix keybindings install path."
    
    This reverts commit 3511a1b10de2a69ed61096db15a3a7da31660009.
---
 gnu/packages/gnome.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7031980..3eb6e05 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9733,8 +9733,6 @@ 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]