1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Andrew Wong
2025-12-02 21:38:11 -05:00
committed by Rutherther
parent 500bc6ee9f
commit 69d79647a9

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