guix-commits
[Top][All Lists]
Advanced

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

branch wip-desktop updated: gnu: gnome-shell: Fix startup.


From: guix-commits
Subject: branch wip-desktop updated: gnu: gnome-shell: Fix startup.
Date: Mon, 14 Sep 2020 20:00:14 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new c08c543  gnu: gnome-shell: Fix startup.
c08c543 is described below

commit c08c543208832c155ed0914de9429cea0022db8f
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Mon Sep 14 23:00:34 2020 +0200

    gnu: gnome-shell: Fix startup.
    
    * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add libnma, upower.
    [arguments]<#:phases>[patch-install-paths]: Use standard GI repository
    installation directory.
---
 gnu/packages/gnome.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8842b78..1dc4570 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9880,7 +9880,7 @@ configuration of various aspects of your desktop.")
                (("install_dir_gir: pkgdatadir,")
                 "install_dir_gir: join_paths(pkgdatadir, 'gir-1.0'),")
                (("install_dir_typelib: pkglibdir,")
-                "install_dir_typelib: join_paths(pkglibdir, 
'girepository-1.0'),"))
+                "install_dir_typelib: join_paths(get_option('libdir'), 
'girepository-1.0'),"))
              (substitute* "subprojects/extensions-tool/meson.build"
                
(("bash_completion\\.get_pkgconfig_variable\\('completionsdir'\\)")
                 (string-append "'"
@@ -9973,7 +9973,13 @@ configuration of various aspects of your desktop.")
        ("mutter" ,mutter)
        ("pango" ,pango)
        ("polkit-agent" ,polkit)
-       ("x11" ,libx11)))
+       ("x11" ,libx11)
+
+       ;;; TODO: Add ibus-daemon somehow.
+
+       ;; The Javascript files need those:
+       ("libnma" ,libnma)
+       ("upower" ,upower)))
     (synopsis "Next generation desktop shell")
     (description "GNOME-Shell provides core user interface functions for the
 GNOME desktop, like switching to windows and launching applications.  It takes



reply via email to

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