cadaver: Re-enable readline support

This commit is contained in:
Robin Appelman
2026-01-06 14:58:16 +01:00
parent 67f731fe3c
commit a0695b7370
+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 = {