Merge pull request #212573 from wegank/iwona-texlive

iwona: fetch fonts from texlive.iwona
This commit is contained in:
Weijia Wang 2023-01-25 18:41:43 +01:00 committed by GitHub
commit 79a606608e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,18 @@
{ lib, fetchzip }:
{ lib, stdenvNoCC, texlive }:
let
version = "0_995";
in fetchzip {
name = "iwona-${version}";
url = "http://jmn.pl/pliki/Iwona-otf-${version}.zip";
stdenvNoCC.mkDerivation {
pname = "iwona";
version = "0.995b";
postFetch = ''
mkdir -p $out/share/fonts/opentype
unzip -j $downloadedFile *.otf -d $out/share/fonts/opentype
src = lib.head (builtins.filter (p: p.tlType == "run") texlive.iwona.pkgs);
installPhase = ''
runHook preInstall
install -Dm644 fonts/opentype/nowacki/iwona/*.otf -t $out/share/fonts/opentype
runHook postInstall
'';
sha256 = "1dcpn13bd31dw7ir0s722bv3nk136dy6qsab0kznjbzfqd7agswa";
meta = with lib; {
description = "A two-element sans-serif typeface, created by Małgorzata Budyta";