diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-16 01:33:51 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:39:58 +0200 |
commit | 617ca8c313c85a7e56780b5325397a05ddde8c23 (patch) | |
tree | 241452709e862162863a26084e3a6205443f0ea6 | |
parent | d8d77634292c8408809ca0a3606a5a43d4bcf5a7 (diff) |
gnu: packages: Add comments for migration to ruby@3
* gnu/packages/qt.scm (qtbase-5),
gnu/packages/tex.scm (texlive-hyphen-complete),
gnu/packages/texlive.scm (texlivebin),
gnu/packages/webkit.scm (webkitgtk),
gnu/packages/julia.scm (julia),
gnu/packages/textutils.scm (utf8proc-2.7.0): Add comments for
migration to ruby@3.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/julia.scm | 1 | ||||
-rw-r--r-- | gnu/packages/qt.scm | 2 | ||||
-rw-r--r-- | gnu/packages/tex.scm | 1 | ||||
-rw-r--r-- | gnu/packages/texlive.scm | 1 | ||||
-rw-r--r-- | gnu/packages/textutils.scm | 1 | ||||
-rw-r--r-- | gnu/packages/webkit.scm | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm index 9668b3fd1e..e2f87307da 100644 --- a/gnu/packages/julia.scm +++ b/gnu/packages/julia.scm @@ -526,6 +526,7 @@ using Dates: @dateformat_str, Date, DateTime, DateFormat, Time")) ("p7zip" ,p7zip) ("pcre2" ,pcre2) ("suitesparse" ,suitesparse) + ;; TODO Move dependent ruby to ruby@3 on the next rebuild cycle. ("utf8proc" ,utf8proc-2.7.0) ("wget" ,wget) ("which" ,which) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 4025c6b853..bba324f258 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -575,6 +575,7 @@ system, and the core design of Django is reused in Grantlee.") pkg-config python vulkan-headers + ;; TODO Move to ruby@3 on the next rebuild cycle. ruby-2.7)) (arguments `(#:disallowed-references ,(list python) @@ -3344,6 +3345,7 @@ linux/libcurl_wrapper.h") pkg-config python2-six python-2 + ;; TODO Move to ruby@3 on the next rebuild cycle. ruby-2.7)) (inputs (list alsa-lib diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b47baec349..8ff396c50e 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -766,6 +766,7 @@ of user-specified directories similar to how shells look up executables.") (string-append "File.join(\"" ptex "\""))) (invoke "ruby" "generate-ptex-patterns.rb")))))))) (native-inputs + ;; TODO: Update to ruby@3 on next rebuild-cycle. (list ruby-2.7 ruby-hydra-minimal/pinned ;; Build phase requires "docstrip.tex" from TEXLIVE-LATEX. diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index 24a1fbcebf..8ba3e1bb4f 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm @@ -136,6 +136,7 @@ ("pixman" ,pixman) ("potrace" ,potrace) ("python" ,python) + ;; TODO Move to ruby@3 on the next rebuild cycle. ("ruby" ,ruby-2.7) ("tcsh" ,tcsh) ("teckit" ,teckit) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index c72e9d9a76..41c7890e04 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -267,6 +267,7 @@ encoding, supporting Unicode version 9.0.0.") (sha256 (base32 "1g77s8g9443dd92f82pbkim7rk51s7xdwa3mxpzb1lcw8ryxvvg3")))) ;; For tests + ;; TODO Move to ruby@3 on the next rebuild cycle. ("ruby" ,ruby-2.7))))))) (define-public libconfuse diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index 198799db10..7a2ded69d3 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -242,6 +242,7 @@ engine that uses Wayland for graphics output.") pkg-config python-wrapper gi-docgen + ;; TODO Move to ruby@3 on the next rebuild cycle. ruby-2.7 unifdef)) (propagated-inputs |