6 stdenv.mkDerivation rec {
7 pname = "unihan-database";
11 url = "https://www.unicode.org/Public/zipped/${version}/Unihan.zip";
12 hash = "sha256-oCJmEOMkvPeErDgOEfTL9TPuHms9AosJkb+MDcP4WFM=";
24 mkdir -p $out/share/unicode
25 cp -r * $out/share/unicode
31 description = "Unicode Han Database";
32 homepage = "https://www.unicode.org/";
33 license = licenses.unicode-dfs-2016;
34 platforms = platforms.all;