Merge pull request #59859 from JohnAZoidberg/siji-bdf

siji: Also package bdf font
This commit is contained in:
Mario Rodas 2019-04-20 12:13:36 -05:00 committed by GitHub
commit a7e3c84fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,13 @@ in fetchzip {
url = https://github.com/stark/siji/archive/95369afac3e661cb6d3329ade5219992c88688c1.zip;
postFetch = ''
mkdir -p $out/share/fonts
unzip -j $downloadedFile \*.pcf -d $out/share/fonts/pcf
unzip -j $downloadedFile
install -D *.pcf -t $out/share/fonts/pcf
install -D *.bdf -t $out/share/fonts/bdf
'';
sha256 = "1799hs7zd8w7qyja4mii9ggmrm786az7ldsqwx9mbi51b56ym640";
sha256 = "1ymcbirdbkqaf0xs2y00l0wachb4yxh1fgqm5avqwvccs0lsfj1d";
meta = {
homepage = https://github.com/stark/siji;