icinga2: build with libedit (#375517)

The CLI command `icinga2 console` is much easier to use then.
This commit is contained in:
Alexander Aleksandrovič Klimov
2025-03-23 11:45:41 +01:00
committed by GitHub
parent 1cd4686dd7
commit 7974c1901d
@@ -8,6 +8,7 @@
bison,
systemd,
boost186,
libedit,
openssl,
patchelf,
mariadb-connector-c,
@@ -81,6 +82,7 @@ stdenv.mkDerivation rec {
buildInputs = [
boost186
libedit
openssl
systemd
] ++ lib.optional withPostgresql libpq;