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:
Maxim Cournoyer 2022-02-21 00:55:55 -05:00
parent e9fa17eb98
commit 465c488ede
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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