File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1135211352 githubId = 19669567;
1135311353 name = "Willy";
1135411354 };
11355+ jennifgcrl = {
11356+ 11357+ github = "jennifgcrl";
11358+ githubId = 110419915;
11359+ matrix = "@fgcrl:matrix.org";
11360+ name = "Jennifer Zhou";
11361+ };
1135511362 jensbin = {
11356113631135711364 github = "jensbin";
Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ stdenvNoCC ,
4+ fetchFromGitHub ,
5+ } :
6+ stdenvNoCC . mkDerivation {
7+ pname = "dm-mono" ;
8+ version = "1.0-unstable-2020-04-15" ;
9+
10+ src = fetchFromGitHub {
11+ owner = "googlefonts" ;
12+ repo = "dm-mono" ;
13+ rev = "57fadabfb200a77de2812540026c249dc3013077" ;
14+ hash = "sha256-Xj6UmvH7tqW6xdobBxuafqc7TB1nrTFwHWv4DaZmwx8=" ;
15+ } ;
16+
17+ installPhase = ''
18+ runHook preInstall
19+
20+ install -m644 --target $out/share/fonts/truetype -D exports/*.ttf
21+
22+ runHook postInstall
23+ '' ;
24+
25+ meta = {
26+ description = "Monospace typeface" ;
27+ homepage = "https://github.com/googlefonts/dm-mono" ;
28+ changelog = "https://github.com/googlefonts/dm-mono/blob/main/CHANGELOG.md" ;
29+ license = lib . licenses . ofl ;
30+ maintainers = with lib . maintainers ; [ jennifgcrl ] ;
31+ } ;
32+ }
You can’t perform that action at this time.
0 commit comments