7 stdenvNoCC.mkDerivation rec {
8 pname = "libre-baskerville";
11 src = fetchFromGitHub {
13 repo = "Libre-Baskerville";
14 rev = "2fba7c8e0a8f53f86efd3d81bc4c63674b0c613f";
15 hash = "sha256-1EXi1hxFpc7pFsLbEj1xs9LqjeIf3XBol/8HdKNROUU=";
21 install -m444 -Dt $out/share/fonts/truetype *.ttf
22 install -m444 -Dt $out/share/doc/${pname}-${version} README.md FONTLOG.txt
28 description = "Webfont family optimized for body text";
30 Libre Baskerville is a webfont family optimized for body text. It's Based
31 on 1941 ATF Baskerville Specimens but it has a taller x-height, wider
32 counters and less contrast that allow it to work on small sizes in any
35 homepage = "http://www.impallari.com/projects/overview/libre-baskerville";
36 license = licenses.ofl;
37 maintainers = with maintainers; [ cmfwyp ];
38 platforms = platforms.all;