Loading pkgs/by-name/kn/knot-dns/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ stdenv.mkDerivation rec { # FIXME: sphinx is needed for now to get man-pages nativeBuildInputs = [ pkg-config protobufc # dnstap support autoreconfHook sphinx ]; Loading Loading @@ -94,6 +95,7 @@ stdenv.mkDerivation rec { ++ lib.optional stdenv.hostPlatform.isDarwin zlib; # perhaps due to gnutls enableParallelBuilding = true; strictDeps = true; CFLAGS = [ "-O2" Loading Loading
pkgs/by-name/kn/knot-dns/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ stdenv.mkDerivation rec { # FIXME: sphinx is needed for now to get man-pages nativeBuildInputs = [ pkg-config protobufc # dnstap support autoreconfHook sphinx ]; Loading Loading @@ -94,6 +95,7 @@ stdenv.mkDerivation rec { ++ lib.optional stdenv.hostPlatform.isDarwin zlib; # perhaps due to gnutls enableParallelBuilding = true; strictDeps = true; CFLAGS = [ "-O2" Loading