forked from mirrors/nixpkgs
inconsolata: 2.001 -> 3.001
added coding ligatures like =>, and !== https://github.com/google/fonts/blob/main/ofl/inconsolata/FONTLOG.txt
This commit is contained in:
parent
392f406b79
commit
98ed8c2346
|
@ -2,23 +2,23 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "inconsolata";
|
||||
version = "unstable-2021-01-19";
|
||||
version = "3.001";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "fonts";
|
||||
rev = "f113126dc4b9b1473d9354a86129c9d7b837aa1a";
|
||||
sha256 = "0safw5prpa63mqcyfw3gr3a535w4c9hg5ayw5pkppiwil7n3pyxs";
|
||||
rev = "0f203e3740b5eb77e0b179dff1e5869482676782";
|
||||
sha256 = "sha256-Q8eUJ0mkoB245Ifz5ulxx61x4+AqKhG0uqhWF2nSLpw=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
install -m644 --target $out/share/fonts/truetype/inconsolata -D $src/ofl/inconsolata/*.ttf
|
||||
install -m644 --target $out/share/fonts/truetype/inconsolata -D $src/ofl/inconsolata/static/*.ttf
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.levien.com/type/myfonts/inconsolata.html";
|
||||
description = "A monospace font for both screen and print";
|
||||
maintainers = with maintainers; [ mikoim raskin ];
|
||||
maintainers = with maintainers; [ appsforartists mikoim raskin ];
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue