mini-httpd: fix the build

Moved back to C++14 where dynamic exception specifications are
deprecated but still present.

ZHF: #172160
main
Thomas Gerbet 2 years ago
parent 676e4d42d6
commit a722d04617
  1. 2
      pkgs/servers/http/mini-httpd/default.nix

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
meta = {
homepage = "http://mini-httpd.nongnu.org/";
description = "minimalistic high-performance web server";

Loading…
Cancel
Save