me
/
guix
Archived
1
0
Fork 0

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.
master
Pierre Neidhardt 2020-05-07 09:58:56 +02:00
parent 3078c05eb2
commit e5f1f5ce07
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 7 additions and 1 deletions

View File

@ -2246,7 +2246,13 @@ utilities frequently used in roguelikes.")
(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.