mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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)))
|
||||
(snippet
|
||||
'(begin
|
||||
;; Contains fonts and other unneeded files.
|
||||
(delete-file-recursively "misc")))))
|
||||
;; Remove bundled fonts.
|
||||
(delete-file-recursively "misc/fonts")))))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue