diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-06-03 12:31:44 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-17 11:00:35 +0200 |
| commit | f3edc4be22adb910fa7bb7b193b1d7222839c44f (patch) | |
| tree | 5256672a1e1174784585d0b2d1646c17c59de768 /gnu/packages/ruby.scm | |
| parent | 74815c9304f5c22f3e951a91a10b9006fb5afc08 (diff) | |
gnu: ruby-3.4: Use openssl.
* gnu/packages/ruby.scm (ruby-3.4)[inputs]: Replace openssl-1.1
by openssl.
Signed-off-by: Andreas Enge <andreas@enge.fr>
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 478c29759d9..0cbda342e9e 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -211,7 +211,7 @@ a focus on simplicity and productivity.") | |||
| 211 | '()) | 211 | '()) |
| 212 | (list autoconf libyaml))) | 212 | (list autoconf libyaml))) |
| 213 | (inputs | 213 | (inputs |
| 214 | (list readline openssl-1.1 libffi gdbm)) | 214 | (list readline openssl libffi gdbm)) |
| 215 | (propagated-inputs | 215 | (propagated-inputs |
| 216 | (list zlib)) | 216 | (list zlib)) |
| 217 | (native-search-paths | 217 | (native-search-paths |
