mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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
This commit is contained in:
parent
7342d8b3f0
commit
e9a6c70948
1 changed files with 0 additions and 3 deletions
|
@ -117,9 +117,6 @@ (define-public sugar
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue