Merge pull request #172535 from LeSuisse/minihttpd-fix-build-c++14

mini-httpd: fix the build
This commit is contained in:
Peter Simons
2022-05-11 12:59:48 +02:00
committed by GitHub
+2
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";