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.
parent
0f1da56056
commit
c3d857d526
|
@ -419,7 +419,7 @@ system, and the core design of Django is reused in Grantlee.")
|
||||||
pkg-config
|
pkg-config
|
||||||
python
|
python
|
||||||
vulkan-headers
|
vulkan-headers
|
||||||
ruby))
|
ruby-2.7))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(let ((out (assoc-ref %outputs "out")))
|
(let ((out (assoc-ref %outputs "out")))
|
||||||
|
|
Reference in New Issue