mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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>
This commit is contained in:
parent
558ac6010e
commit
3084b68d2f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue