diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-13 13:14:39 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-13 15:02:59 +0100 |
commit | e9a6c7094822bc859d0694eeaf8f434317219367 (patch) | |
tree | b3c1ecd2acd64a2380e0d18dd226066902163df2 /gnu/packages/sugar.scm | |
parent | 7342d8b3f034b1525541bcf12268064ff5b2bd56 (diff) | |
download | guix-e9a6c7094822bc859d0694eeaf8f434317219367.tar.gz |
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
Diffstat (limited to 'gnu/packages/sugar.scm')
-rw-r--r-- | gnu/packages/sugar.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm index 6fec47b14f..fe14e55bb4 100644 --- a/gnu/packages/sugar.scm +++ b/gnu/packages/sugar.scm @@ -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" |