1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "1hy8hfksizk1af6kg8z3b9waiz6d5ggd73fiqcvmhfgra36dscyq";
14 enableParallelBuilding = true;
16 nativeBuildInputs = [ autoreconfHook ];
19 homepage = "https://github.com/s-yata/marisa-trie";
20 description = "Static and space-efficient trie data structure library";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ sifmelcara ];
23 platforms = platforms.all;