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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user