diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-07-06 17:27:33 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-07-09 08:32:22 +0200 |
| commit | 66d5a4b1b150043aced8ed939a519abc5f712819 (patch) | |
| tree | acb9ecf083b35fe016984c5eaabe954ffd6269fc /gnu/packages/ruby.scm | |
| parent | 733be4b68b4521e86bd66cc2e35e250383e78175 (diff) | |
gnu: ruby-4.0: Update dependency on openssl.
* gnu/packages/ruby.scm (ruby-4.0)[inputs]: Remove openssl-3-0; add
openssl.
Merges guix/guix!9762
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index a36206ec16c..6f5eb5f7fa1 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -143,7 +143,7 @@ | |||
| 143 | (list this-package) | 143 | (list this-package) |
| 144 | '()) | 144 | '()) |
| 145 | (list autoconf libyaml))) | 145 | (list autoconf libyaml))) |
| 146 | (inputs (append (list readline openssl-3.0 libffi ;to build fiddle | 146 | (inputs (append (list readline openssl libffi ;to build fiddle |
| 147 | gmp) ;to accelerate Bignum operations | 147 | gmp) ;to accelerate Bignum operations |
| 148 | (if (supported-package? rust) | 148 | (if (supported-package? rust) |
| 149 | (list rust) ;to build YJIT, ZJIT, and MMTk | 149 | (list rust) ;to build YJIT, ZJIT, and MMTk |
