guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: sugar: Patch global location of Sugar activities.


From: guix-commits
Subject: 02/07: gnu: sugar: Patch global location of Sugar activities.
Date: Mon, 27 Feb 2023 10:37:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c8c0d53fafb9cfb2b832b435d564dbbe0dd04f19
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 27 16:08:56 2023 +0100

    gnu: sugar: Patch global location of Sugar activities.
    
    * gnu/packages/sugar.scm (sugar)[arguments]: Update build phase
    'fix-references to patch activities directory.
---
 gnu/packages/sugar.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm
index d2df6be012..40a22ffd58 100644
--- a/gnu/packages/sugar.scm
+++ b/gnu/packages/sugar.scm
@@ -101,10 +101,9 @@
               (substitute* "extensions/cpsection/background/model.py"
                 (("\\('/usr', 'share', 'backgrounds'\\)")
                  "('TODO')"))
-              #;
               (substitute* "src/jarabe/view/viewhelp.py"
-                (("/usr/share/sugar/activities/Help.activity")
-                 "TODO"))))
+                (("/usr/share/sugar/activities/")
+                 "/run/current-system/profile/share/sugar/activities/"))))
           (add-after 'glib-or-gtk-wrap 'python-and-gi-wrap
             (lambda* (#:key inputs outputs #:allow-other-keys)
               (for-each



reply via email to

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