icinga2: build with libedit (#375517)
The CLI command `icinga2 console` is much easier to use then.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user