1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/IBM/plex/releases/download/v${version}/OpenType.zip";
9 hash = "sha256-/aR3bu03VxenSPed6EqrGoPjWCcKT//MVtb9OC8tSRs=";
15 install -Dm644 */*.otf IBM-Plex-Sans-JP/unhinted/* -t $out/share/fonts/opentype
21 description = "IBM Plex Typeface";
22 homepage = "https://www.ibm.com/plex/";
23 changelog = "https://github.com/IBM/plex/raw/v${version}/CHANGELOG.md";
24 license = licenses.ofl;
25 platforms = platforms.all;
26 maintainers = [ maintainers.romildo ];