···1-{ lib, fetchzip }:
2-3-# XXX: IMPORTANT:
4-# For compat, keep this at the last version that used the name "Inter UI"
5-# For newer versions, which are now simply named "Inter",
6-# see the expression for `inter` (../inter/default.nix).
7-let
8- version = "3.2";
9-in fetchzip {
10- name = "inter-ui-${version}";
11-12- url = "https://github.com/rsms/inter/releases/download/v${version}/Inter-UI-${version}.zip";
13-14- postFetch = ''
15- mkdir -p $out/share/fonts/opentype
16- unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
17- '';
18-19- sha256 = "01d2ql803jrhss6g60djvs08x9xl7z6b3snkn03vqnrajdgifcl4";
20-21- meta = with lib; {
22- homepage = "https://rsms.me/inter/";
23- description = "A typeface specially designed for user interfaces";
24- license = licenses.ofl;
25- platforms = platforms.all;
26- maintainers = with maintainers; [ demize ];
27- };
28-}
29-
···313 inboxer = throw "inboxer has been removed as it is no longer maintained and no longer works as Google shut down the inbox service this package wrapped.";
314 infiniband-diags = rdma-core; # added 2019-08-09
315 inotifyTools = inotify-tools;
0316 i-score = throw "i-score has been removed: abandoned upstream."; # added 2020-11-21
317 jamomacore = throw "jamomacore has been removed: abandoned upstream."; # added 2020-11-21
318 jbidwatcher = throw "jbidwatcher was discontinued in march 2021"; # added 2021-03-15
···313 inboxer = throw "inboxer has been removed as it is no longer maintained and no longer works as Google shut down the inbox service this package wrapped.";
314 infiniband-diags = rdma-core; # added 2019-08-09
315 inotifyTools = inotify-tools;
316+ inte-ui = inter; # added 2021-03-27
317 i-score = throw "i-score has been removed: abandoned upstream."; # added 2020-11-21
318 jamomacore = throw "jamomacore has been removed: abandoned upstream."; # added 2020-11-21
319 jbidwatcher = throw "jbidwatcher was discontinued in march 2021"; # added 2021-03-15