guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: qtwebengine-5: Explicitly use ruby-2.7.


From: guix-commits
Subject: 06/09: gnu: qtwebengine-5: Explicitly use ruby-2.7.
Date: Sat, 17 Jun 2023 05:48:51 -0400 (EDT)

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

commit 318710b55f6add59f697cfe6a7706b810f204777
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jun 17 10:40:00 2023 +0100

    gnu: qtwebengine-5: Explicitly use ruby-2.7.
    
    So that ruby can change without affecting this package and it's dependents.
    
    * gnu/packages/qt.scm (qtwebengine-5)[native-inputs]: Explicitly use 
ruby-2.7.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index fca02e4a20..de070ecaf3 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2643,7 +2643,7 @@ linux/libcurl_wrapper.h")
            pkg-config
            python2-six
            python-2
-           ruby))
+           ruby-2.7))
     (inputs
      (list alsa-lib
            at-spi2-core



reply via email to

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