diff options
author | Liliana Marie Prikler <[email protected]> | 2024-10-20 13:38:17 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:33 +0100 |
commit | eef3e925fb9ed5df1bc7ccb9b36c00e5ab914ab9 (patch) | |
tree | 47d085732afd44bfb5f77570c7ac39f678ecb84a /gnu/packages/gnome.scm | |
parent | 6056174792ad13d87fc22d8a13790f13d81aea73 (diff) |
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.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b8466d8da3..a7d6c4d9f9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |