guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: warsow-qfusion: Remove bundled binaries and


From: guix-commits
Subject: branch master updated: gnu: warsow-qfusion: Remove bundled binaries and inputs.
Date: Thu, 07 May 2020 04:00:09 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e5f1f5c  gnu: warsow-qfusion: Remove bundled binaries and inputs.
e5f1f5c is described below

commit e5f1f5ce07f0976241ed1a68b952b40876eeafba
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Thu May 7 09:58:56 2020 +0200

    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.
---
 gnu/packages/game-development.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 05cc152..c63aac0 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]