Loading pkgs/servers/dns/nsd/default.nix +13 −4 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ fetchurl, libevent, openssl, pkg-config, systemdMinimal, nixosTests, bind8Stats ? false, checking ? false, Loading @@ -16,6 +18,7 @@ rootServer ? false, rrtypes ? false, zoneStats ? false, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemdMinimal, configFile ? "/etc/nsd/nsd.conf", }: Loading @@ -33,9 +36,14 @@ stdenv.mkDerivation rec { substituteInPlace nsd-control-setup.sh.in --replace openssl ${openssl}/bin/openssl ''; buildInputs = [ buildInputs = [ libevent openssl ] ++ lib.optionals withSystemd [ systemdMinimal pkg-config ]; enableParallelBuilding = true; Loading @@ -55,6 +63,7 @@ stdenv.mkDerivation rec { ++ edf rootServer "root-server" ++ edf rrtypes "draft-rrtypes" ++ edf zoneStats "zone-stats" ++ edf withSystemd "systemd" ++ [ "--with-ssl=${openssl.dev}" "--with-libevent=${libevent.dev}" Loading Loading
pkgs/servers/dns/nsd/default.nix +13 −4 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ fetchurl, libevent, openssl, pkg-config, systemdMinimal, nixosTests, bind8Stats ? false, checking ? false, Loading @@ -16,6 +18,7 @@ rootServer ? false, rrtypes ? false, zoneStats ? false, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemdMinimal, configFile ? "/etc/nsd/nsd.conf", }: Loading @@ -33,9 +36,14 @@ stdenv.mkDerivation rec { substituteInPlace nsd-control-setup.sh.in --replace openssl ${openssl}/bin/openssl ''; buildInputs = [ buildInputs = [ libevent openssl ] ++ lib.optionals withSystemd [ systemdMinimal pkg-config ]; enableParallelBuilding = true; Loading @@ -55,6 +63,7 @@ stdenv.mkDerivation rec { ++ edf rootServer "root-server" ++ edf rrtypes "draft-rrtypes" ++ edf zoneStats "zone-stats" ++ edf withSystemd "systemd" ++ [ "--with-ssl=${openssl.dev}" "--with-libevent=${libevent.dev}" Loading