guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 57a6d2a30752567ecfe1eebac956981cdb63fdf8
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Feb 25 17:30:42 2026 +0100

    gnu: webkitgtk: Refresh input.
    
    * gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Remove ruby-2.7;
    add ruby.
    
    Change-Id: I3cd8877839a0bfc5e82fe857d4afdd3ac6fdba83
---
 gnu/packages/webkit.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index d81b60114a..0d6c8e211c 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -239,8 +239,7 @@ engine that uses Wayland for graphics output.")
            pkg-config
            python-wrapper
            gi-docgen
-           ;; TODO Move to ruby@3 on the next rebuild cycle.
-           ruby-2.7
+           ruby
            unifdef))
     (propagated-inputs
      (list gtk libsoup))

Reply via email to