1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 07:30:38 +02: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:
Maxim Cournoyer
2022-02-21 00:55:55 -05:00
parent e9fa17eb98
commit 465c488ede

View File

@@ -41,8 +41,8 @@
(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