mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: font-comic-neue: Install license file.
* gnu/packages/fonts.scm (font-comic-neue)[arguments]<#:phases>: Add "enter-license-directory" phase.
This commit is contained in:
parent
659f37fcbf
commit
f98d63d0b1
1 changed files with 5 additions and 4 deletions
|
@ -1858,8 +1858,7 @@ (define-public font-comic-neue
|
|||
;; several hidden files to be installed.
|
||||
(add-before 'install 'delete-macosx-files
|
||||
(lambda _
|
||||
(delete-file-recursively "__MACOSX")
|
||||
#t))
|
||||
(delete-file-recursively "__MACOSX")))
|
||||
(add-after 'install 'install-conf
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((conf-dir (string-append (assoc-ref outputs "out")
|
||||
|
@ -1878,8 +1877,10 @@ (define-public font-comic-neue
|
|||
<family>Comic Neue</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
</fontconfig>\n"))))
|
||||
#t)))))
|
||||
</fontconfig>\n"))))))
|
||||
(add-before 'install-license-files 'enter-license-directory
|
||||
(lambda _
|
||||
(chdir (string-append "comic-neue-" ,version)))))))
|
||||
(home-page "https://www.comicneue.com/")
|
||||
(synopsis "Font that fixes the shortcomings of Comic Sans")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue