6 stdenv.mkDerivation rec {
7 pname = "libuninameslist";
10 src = fetchFromGitHub {
14 sha256 = "sha256-8mLXTvi4KbU4NiCPaJINTeFbnTAabGDg8ufpSHSqy0Y=";
22 homepage = "https://github.com/fontforge/libuninameslist/";
23 description = "A Library of Unicode names and annotation data";
24 license = licenses.bsd3;
25 maintainers = with maintainers; [ erictapen ];
26 platforms = platforms.all;