me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 2 additions and 2 deletions

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