mini-httpd: fix the build

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

ZHF: #172160
This commit is contained in:
Thomas Gerbet 2022-05-11 11:46:21 +02:00
parent 676e4d42d6
commit a722d04617

View file

@ -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";