9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "09cixbms817p6nb77wz3rxp0znnac8ybycvsrrzgwlbfn58a3zwl";
20 nativeBuildInputs = [ autoreconfHook pkg-config ];
22 buildInputs = [ check ];
23 propagatedBuildInputs = [ pcre ];
28 description = "High-performance path dispatching library";
29 homepage = "https://github.com/c9s/r3";
30 license = [ lib.licenses.mit ];