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
commit 0000449418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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