1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "nanum-gothic-coding";
8 url = "https://github.com/naver/nanumfont/releases/download/VER${version}/NanumGothicCoding-${version}.zip";
10 hash = "sha256-jHbbCMUxn54iQMKdAWI3r8CDxi+5LLJh8ucQzq2Ukdc=";
16 mkdir -p $out/share/fonts/NanumGothicCoding
17 cp *.ttf $out/share/fonts/NanumGothicCoding
23 description = "Contemporary monospaced sans-serif typeface with a warm touch";
24 homepage = "https://github.com/naver/nanumfont";
25 license = licenses.ofl;
26 platforms = platforms.all;