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