8 stdenv.mkDerivation rec {
9 pname = "libuninameslist";
12 src = fetchFromGitHub {
14 repo = "libuninameslist";
16 hash = "sha256-Pi30c3To57AzY59i39JVG2IUkGnq7CEAQkqJ1f5AZhw=";
24 homepage = "https://github.com/fontforge/libuninameslist/";
25 changelog = "https://github.com/fontforge/libuninameslist/blob/${version}/ChangeLog";
26 description = "Library of Unicode names and annotation data";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ erictapen ];
29 platforms = platforms.all;