cadaver: Re-enable readline support (#477445)

This commit is contained in:
Aleksana
2026-01-07 10:30:04 +00:00
committed by GitHub
+2
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 = {