8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 fetchSubmodules = true;
17 hash = "sha256-e8qH4eygLnQw7B8x+HN+vH8cr8fkxnTFz+PKtFJ8dGE=";
20 nativeBuildInputs = [ cmake ];
23 homepage = "https://github.com/nemtrif/utfcpp";
24 changelog = "https://github.com/nemtrif/utfcpp/releases/tag/v${version}";
25 description = "UTF-8 with C++ in a Portable Way";
26 license = licenses.boost;
27 maintainers = with maintainers; [ jobojeha ];
28 platforms = platforms.all;