mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: warsow-qfusion: Remove bundled binaries and inputs.
* gnu/packages/game-development.scm (warsow-qfusion)[source]: Add snippet to remove unused bundled binaries and inputs.
This commit is contained in:
parent
3078c05eb2
commit
e5f1f5ce07
1 changed files with 7 additions and 1 deletions
|
@ -2246,7 +2246,13 @@ (define-public warsow-qfusion
|
|||
(base32
|
||||
"0xv2yycr43p3xmq7lm6j6zb3cpcr6w00x7qg918faq0mw9j7v48g"))
|
||||
;; Issue reported here: https://github.com/Warsow/qfusion/issues/46
|
||||
(patches (search-patches "warsow-qfusion-fix-bool-return-type.patch"))))
|
||||
(patches (search-patches "warsow-qfusion-fix-bool-return-type.patch"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(delete-file-recursively "platforms")
|
||||
(delete-file-recursively "debian")
|
||||
(delete-file-recursively "libsrcs")
|
||||
#t))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; No tests.
|
||||
|
|
Loading…
Reference in a new issue