me
/
guix
Archived
1
0
Fork 0

gnu: utf8proc-2.7.0: Explicitly use ruby-2.7.

So that ruby can change without affecting this package and it's julia related
dependents.

* gnu/packages/textutils.scm (utf8proc-2.7.0)[native-inputs]: Explicitly use
ruby-2.7.
Christopher Baines 2023-06-17 10:42:18 +01:00
parent 269e0261ba
commit 55f4ad865b
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ encoding, supporting Unicode version 9.0.0.")
(sha256
(base32 "1g77s8g9443dd92f82pbkim7rk51s7xdwa3mxpzb1lcw8ryxvvg3"))))
;; For tests
("ruby" ,ruby)))))))
("ruby" ,ruby-2.7)))))))
(define-public libconfuse
(package