mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
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:
parent
676e4d42d6
commit
a722d04617
|
@ -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…
Reference in a new issue