mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: imgui: Do not delete the whole of misc/ from sources.
Some sources turned out to be useful for the ogre package. * gnu/packages/toolkits.scm (imgui)[origin]: Only delete fonts in snippet.
This commit is contained in:
parent
e9fa17eb98
commit
465c488ede
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ (define-public imgui
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; Contains fonts and other unneeded files.
|
;; Remove bundled fonts.
|
||||||
(delete-file-recursively "misc")))))
|
(delete-file-recursively "misc/fonts")))))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue