cadaver: Re-enable readline support (#477445)

This commit is contained in:
Aleksana 2026-01-07 10:30:04 +00:00 committed by GitHub
commit 8916e66d3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@
pkg-config,
zlib,
openssl,
readline,
}:
stdenv.mkDerivation rec {
@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
neon
openssl
zlib
readline
];
meta = {