guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: qtbase: Explicitly use ruby-2.7.


From: guix-commits
Subject: 04/09: gnu: qtbase: Explicitly use ruby-2.7.
Date: Sat, 17 Jun 2023 05:48:49 -0400 (EDT)

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

commit 707aa94daf38de8fa0ed5bbcc1a6d767672d1132
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jun 17 00:24:34 2023 +0100

    gnu: qtbase: Explicitly use ruby-2.7.
    
    To avoid changing qabase-5 while changing ruby.
    
    * gnu/packages/qt.scm (qtbase-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 1e5d29d9cf..fca02e4a20 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -419,7 +419,7 @@ system, and the core design of Django is reused in 
Grantlee.")
            pkg-config
            python
            vulkan-headers
-           ruby))
+           ruby-2.7))
     (arguments
      `(#:configure-flags
        (let ((out (assoc-ref %outputs "out")))



reply via email to

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