12 stdenv.mkDerivation rec {
13 pname = "libhttpserver";
16 src = fetchFromGitHub {
20 hash = "sha256-Pc3Fvd8D4Ymp7dG9YgU58mDceOqNfhWE1JtnpVaNx/Y=";
34 enableParallelBuilding = true;
37 patchShebangs ./bootstrap
44 configureFlags = [ "--enable-same-directory-build" ];
47 description = "C++ library for creating an embedded Rest HTTP server (and more)";
48 homepage = "https://github.com/etr/libhttpserver";
49 license = licenses.lgpl21Plus;
50 maintainers = with maintainers; [ pongo1231 ];
51 platforms = platforms.unix;
52 broken = stdenv.hostPlatform.isDarwin; # configure: error: cannot find required auxiliary files: ltmain.sh