11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "09cixbms817p6nb77wz3rxp0znnac8ybycvsrrzgwlbfn58a3zwl";
27 buildInputs = [ check ];
28 propagatedBuildInputs = [ pcre ];
33 description = "High-performance path dispatching library";
34 homepage = "https://github.com/c9s/r3";
35 license = [ lib.licenses.mit ];