diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-06-03 12:30:55 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-17 11:00:35 +0200 |
| commit | 74815c9304f5c22f3e951a91a10b9006fb5afc08 (patch) | |
| tree | 3b725df0b588bf13cff2344605932285bf99db2c /gnu/packages/ruby.scm | |
| parent | 44d96cd264d055bc648c34b5321c1d1261b0d0f9 (diff) | |
gnu: ruby-3.3: Use openssl.
* gnu/packages/ruby.scm (ruby-3.3)[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 6f5eb5f7fa1..478c29759d9 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -271,7 +271,7 @@ a focus on simplicity and productivity.") | |||
| 271 | '()) | 271 | '()) |
| 272 | (list autoconf libyaml))) | 272 | (list autoconf libyaml))) |
| 273 | (inputs | 273 | (inputs |
| 274 | (list readline openssl-1.1 libffi gdbm)) | 274 | (list readline openssl libffi gdbm)) |
| 275 | (propagated-inputs | 275 | (propagated-inputs |
| 276 | (list zlib)) | 276 | (list zlib)) |
| 277 | (native-search-paths | 277 | (native-search-paths |
