gnu: font-comic-neue: Prevent hidden files from being installed.
* gnu/packages/fonts.scm (font-comic-neue)[arguments]: Add 'delete-macosx-files' phase.
This commit is contained in:
parent
8c5ad44843
commit
44636f57bc
@ -1093,6 +1093,12 @@ later hand-tweaked with the gbdfed(1) editor:
|
|||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
;; Delete Mac OS X specific files. If not deleted, these cause
|
||||||
|
;; several hidden files to be installed.
|
||||||
|
(add-before 'install 'delete-macosx-files
|
||||||
|
(lambda _
|
||||||
|
(delete-file-recursively "__MACOSX")
|
||||||
|
#t))
|
||||||
(add-after 'install 'install-conf
|
(add-after 'install 'install-conf
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((conf-dir (string-append (assoc-ref outputs "out")
|
(let ((conf-dir (string-append (assoc-ref outputs "out")
|
||||||
|
Loading…
Reference in New Issue
Block a user