11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
16 owner = "mattgodbolt";
19 sha256 = "sha256-R1McxZm2qsUoggFGfL587g+8eQf7si56xVkR8B8nehQ=";
23 cp ${catch2}/include/catch2/catch.hpp src/test/c/catch/catch2/catch.hpp
26 nativeBuildInputs = [ cmake ];
35 homepage = "https://github.com/mattgodbolt/seasocks";
36 description = "Tiny embeddable C++ HTTP and WebSocket server";
37 license = licenses.bsd2;
38 platforms = platforms.linux;
39 maintainers = with maintainers; [ fredeb ];