gnu: imgui: Keep binary_to_compressed_c.cpp.

* gnu/packages/toolkits.scm (imgui): Keep binary_to_compressed_c.cpp, since
some packages need the tool it compiles to.

Change-Id: I0a236fd57d8e8d23f25cf9a2d74ab6f09a8cbef7
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
This commit is contained in:
Andrew Wong 2025-12-02 21:38:11 -05:00 committed by Andreas Enge
parent 558ac6010e
commit 3084b68d2f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -50,7 +50,8 @@
(modules '((guix build utils)))
(snippet
;; Remove bundled fonts.
'(delete-file-recursively "misc/fonts"))))
#~(for-each delete-file
(find-files "misc/fonts" "\\.ttf")))))
(outputs '("out" "doc"))
(build-system gnu-build-system)
(arguments