1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "garamond-libre";
8 url = "https://github.com/dbenjaminmiller/garamond-libre/releases/download/${version}/garamond-libre_${version}.zip";
10 hash = "sha256-cD/JMICtb6MPIUcWs2VOTHnb/05ma0/KKtPyR4oJlIc=";
16 install -Dm644 *.otf -t $out/share/fonts/opentype
22 homepage = "https://github.com/dbenjaminmiller/garamond-libre";
23 description = "Garamond Libre font family";
24 maintainers = with maintainers; [ drupol ];
25 license = licenses.x11;
26 platforms = platforms.all;