Loading pkgs/by-name/ws/wslay/package.nix +9 −2 Original line number Diff line number Diff line Loading @@ -11,11 +11,18 @@ stdenv.mkDerivation rec { hash = "sha256-xKQGZO5hNzMg+JYKeqOBsu73YO+ucBEOcNhG8iSNYvA="; }; checkInputs = [ cunit ]; doCheck = true; strictDeps = true; nativeBuildInputs = [ cmake ]; cmakeFlags = [ (lib.cmakeBool "WSLAY_TESTS" true) ]; doCheck = true; checkInputs = [ cunit ]; meta = with lib; { homepage = "https://tatsuhiro-t.github.io/wslay/"; description = "The WebSocket library in C"; Loading Loading
pkgs/by-name/ws/wslay/package.nix +9 −2 Original line number Diff line number Diff line Loading @@ -11,11 +11,18 @@ stdenv.mkDerivation rec { hash = "sha256-xKQGZO5hNzMg+JYKeqOBsu73YO+ucBEOcNhG8iSNYvA="; }; checkInputs = [ cunit ]; doCheck = true; strictDeps = true; nativeBuildInputs = [ cmake ]; cmakeFlags = [ (lib.cmakeBool "WSLAY_TESTS" true) ]; doCheck = true; checkInputs = [ cunit ]; meta = with lib; { homepage = "https://tatsuhiro-t.github.io/wslay/"; description = "The WebSocket library in C"; Loading