~ruther/guix-local

e9a6c7094822bc859d0694eeaf8f434317219367 — Ricardo Wurmus 2 years ago 7342d8b
gnu: sugar: Remove obsolete patch.

The brightness component no longer crashes.

* gnu/packages/sugar.scm (sugar)[arguments]: Do not disable brightness
component.

Change-Id: I1c09d2d263c7031458a0ae6bc4789aacb2871032
1 files changed, 0 insertions(+), 3 deletions(-)

M gnu/packages/sugar.scm
M gnu/packages/sugar.scm => gnu/packages/sugar.scm +0 -3
@@ 117,9 117,6 @@
                 (string-append "'"
                                (search-input-file inputs "/bin/locale")
                                "'")))
              ;; XXX: The brightness component crashes, so we disable it here.
              (substitute* "src/jarabe/main.py"
                (("brightness.get_instance\\(\\)") ""))
              ;; This is a global location on Guix System.  Ideally we would
              ;; have a search path here.
              (substitute* "extensions/cpsection/background/model.py"