8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
15 rev = "v${finalAttrs.version}";
16 hash = "sha256-DJCr+QoCmN0wJiXH+mv4g/zJYFfgJDGw0l6pzPriBVs=";
21 substituteInPlace tools/CMakeLists.txt --replace "-Wl,--gc-sections" ""
33 description = "Unicode routines validation and transcoding at billions of characters per second";
34 homepage = "https://github.com/simdutf/simdutf";
35 license = with licenses; [ asl20 mit ];
36 maintainers = with maintainers; [ rewine ];
37 mainProgram = "simdutf";
38 platforms = platforms.all;