helvetica-neue-lt-std: cleanup

This commit is contained in:
Artturin 2021-09-02 15:56:59 +03:00
parent 5d87d839d1
commit 8d356bb2c6

View file

@ -9,12 +9,12 @@ in fetchzip {
postFetch = '' postFetch = ''
mkdir -p $out/share/fonts mkdir -p $out/share/fonts
unzip -j $downloadedFile Helvetica\ Neue\ LT\ Std/\*.otf -d $out/share/fonts/opentype unzip -j $downloadedFile "Helvetica Neue LT Std/*.otf" -d $out/share/fonts/opentype
''; '';
sha256 = "0ampp9vf9xw0sdppl4lb9i9h75ywljhdcqmzh45mx2x9m7h6xgg9"; sha256 = "0ampp9vf9xw0sdppl4lb9i9h75ywljhdcqmzh45mx2x9m7h6xgg9";
meta = { meta = with lib; {
homepage = "https://web.archive.org/web/20190926040940/http://www.ephifonts.com/free-helvetica-font-helvetica-neue-lt-std.html"; homepage = "https://web.archive.org/web/20190926040940/http://www.ephifonts.com/free-helvetica-font-helvetica-neue-lt-std.html";
description = "Helvetica Neue LT Std font"; description = "Helvetica Neue LT Std font";
longDescription = '' longDescription = ''
@ -28,8 +28,8 @@ in fetchzip {
font. The numbers are well spaced and defined with high accuracy. The font. The numbers are well spaced and defined with high accuracy. The
punctuation marks are heavily detailed as well. punctuation marks are heavily detailed as well.
''; '';
license = lib.licenses.unfree; license = licenses.unfree;
maintainers = [ lib.maintainers.romildo ]; platforms = platforms.all;
platforms = lib.platforms.all; maintainers = with maintainers; [ romildo ];
}; };
} }