mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gjs: Fix build.
* gnu/packages/patches/gjs-fix-closure-annotations.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/gnome.scm (gjs)[patches]: Use it here.
This commit is contained in:
parent
6056174792
commit
eef3e925fb
3 changed files with 102 additions and 0 deletions
|
@ -7853,6 +7853,8 @@ configuration program to choose applications starting on login.")
|
|||
(sha256
|
||||
(base32
|
||||
"0knkbczic9874r2mnhc8yh9w63bmj574b7528ql0x3lf40nzcjx5"))
|
||||
;; TODO: Remove when updating to 1.82.0.
|
||||
(patches (search-patches "gjs-fix-closure-annotations.patch"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue