1 { lib, stdenvNoCC, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "d79b66b10608610692d59f4107791d249d244416"; # no tags in repo
11 hash = "sha256-dxnCOkPUEG0knSekolx2+SGJR81vRK0wUrbzGH4KGD0=";
23 install -Dm644 fonts/otf/*.otf -t $out/share/fonts/opentype
24 install -Dm644 fonts/ttf/*.ttf fonts/variable/*.ttf -t $out/share/fonts/truetype
30 description = "Open-source modern sans-serif font family";
31 homepage = "https://www.gent.media/manrope";
32 license = licenses.ofl;
33 platforms = platforms.all;