12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
17 owner = "JuliaStrings";
20 hash = "sha256-wmtMo6eBK/xxxkIeJfh5Yb293po9cKK+7WjqNPoxM9g=";
23 nativeBuildInputs = [ cmake ];
26 "-DBUILD_SHARED_LIBS=ON"
27 "-DUTF8PROC_ENABLE_TESTING=ON"
33 inherit fcft tmux arrow-cpp;
37 description = "Clean C library for processing UTF-8 Unicode data";
38 homepage = "https://juliastrings.github.io/utf8proc/";
39 license = licenses.mit;
40 platforms = platforms.all;
43 maintainers.sternenseemann