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

mini-httpd: fix the build
main
Peter Simons 2 years ago committed by GitHub
commit 0000449418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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