1 { lib, stdenvNoCC, fetchurl, zstd }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/alerque/libertinus/releases/download/v${version}/Libertinus-${version}.tar.zst";
9 hash = "sha256-JQZ3ySnTd1owkTZDWUN5ryZKwu8oAQNaody+MLm+I6Y=";
12 nativeBuildInputs = [ zstd ];
17 install -m644 -Dt $out/share/fonts/opentype static/OTF/*.otf
23 description = "Libertinus font family";
25 The Libertinus font project began as a fork of the Linux Libertine and
26 Linux Biolinum fonts. The original impetus was to add an OpenType math
27 companion to the Libertine font families. Over time it grew into to a
28 full-fledged fork addressing many of the bugs in the Libertine fonts.
30 homepage = "https://github.com/alerque/libertinus";
31 license = licenses.ofl;
32 maintainers = with maintainers; [ siddharthist ];
33 platforms = platforms.all;