guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bennu-game-development: Remove bundled code.


From: guix-commits
Subject: 01/02: gnu: bennu-game-development: Remove bundled code.
Date: Sun, 24 Mar 2019 10:34:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit edf1ce60f7b418c6552da71661f6aeea2aae85c2
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 24 16:05:56 2019 +0200

    gnu: bennu-game-development: Remove bundled code.
    
    * gnu/packages/game-development.scm (bennu-game-development)[source]:
    Add snippet to remove '3rdparty' folder from source code.
---
 gnu/packages/game-development.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index e67f10a..b57f46c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1344,7 +1344,11 @@ that parenthetically inclined game developers need to 
make 2D (and eventually
               (file-name (string-append name "-" version))
               (sha256
                (base32
-                "0wpzsbh4zi3931493dnyl5ffmh1b7fj2sx3mzrq304z9zs4d6lqq"))))
+                "0wpzsbh4zi3931493dnyl5ffmh1b7fj2sx3mzrq304z9zs4d6lqq"))
+              (modules '((guix build utils)))
+              (snippet
+               '(begin
+                  (delete-file-recursively "3rdparty") #t))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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