guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: webkitgtk: Explicitly use ruby-2.


From: guix-commits
Subject: 08/09: gnu: webkitgtk: Explicitly use ruby-2.
Date: Sat, 17 Jun 2023 05:48:51 -0400 (EDT)

cbaines pushed a commit to branch ruby-team
in repository guix.

commit 5c9f2c0bcf6911819ea264bc5afe962dca8f82de
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jun 17 10:44:06 2023 +0100

    gnu: webkitgtk: Explicitly use ruby-2.
    
    So that ruby can change without affecting this package and its dependants.
    
    * gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Explicitly use 
ruby-2.7.
---
 gnu/packages/webkit.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index f1b810adbd..5ab93ad9eb 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -222,7 +222,7 @@ engine that uses Wayland for graphics output.")
            pkg-config
            python-wrapper
            gi-docgen
-           ruby
+           ruby-2.7
            unifdef))
     (propagated-inputs
      (list gtk+ libsoup))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]