From 7b2b0cc77c48ae9d9da806aa7f89dd0ecaaedd33 Mon Sep 17 00:00:00 2001 From: Aaron Andersen Date: Thu, 8 Oct 2020 19:53:48 -0400 Subject: [PATCH] powerdns: update configure flags --- pkgs/servers/dns/powerdns/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/servers/dns/powerdns/default.nix b/pkgs/servers/dns/powerdns/default.nix index 54dbf3c9e73..6be2240dad1 100644 --- a/pkgs/servers/dns/powerdns/default.nix +++ b/pkgs/servers/dns/powerdns/default.nix @@ -1,5 +1,5 @@ { stdenv, fetchurl, pkgconfig -, boost, libyamlcpp, libsodium, sqlite, protobuf, botan2, openssl +, boost, libyamlcpp, libsodium, sqlite, protobuf, openssl , mysql57, postgresql, lua, openldap, geoip, curl, opendbx, unixODBC }: @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ pkgconfig ]; buildInputs = [ boost mysql57.connector-c postgresql lua openldap sqlite protobuf geoip - libyamlcpp libsodium curl opendbx unixODBC botan2 openssl + libyamlcpp libsodium curl opendbx unixODBC openssl ]; # nix destroy with-modules arguments, when using configureFlags @@ -25,8 +25,7 @@ stdenv.mkDerivation rec { --with-sqlite3 --with-socketdir=/var/lib/powerdns --with-libcrypto=${openssl.dev} - --enable-libsodium - --enable-botan + --with-libsodium --enable-tools --disable-dependency-tracking --disable-silent-rules