guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: surgescript: Do not want static libraries.


From: guix-commits
Subject: 02/10: gnu: surgescript: Do not want static libraries.
Date: Sat, 6 Mar 2021 12:44:44 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 497a4646b37843187851787e34cc99683799f345
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 6 17:22:05 2021 +0100

    gnu: surgescript: Do not want static libraries.
    
    * gnu/packages/game-development.scm (surgescript)[arguments]:
    Add "-DWANT_STATIC=NO" to #:configure-flags.
---
 gnu/packages/game-development.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 55a7d71..7e17142 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -652,7 +652,8 @@ sounds from presets such as \"explosion\" or \"powerup\".")
      (arguments
       '(#:configure-flags
         (let ((share (string-append (assoc-ref %outputs "out") "/share")))
-          (list (string-append "-DICON_PATH=" share "/pixmaps")
+          (list "-DWANT_STATIC=NO"
+                (string-append "-DICON_PATH=" share "/pixmaps")
                 (string-append "-DMETAINFO_PATH=" share "/metainfo")))
         #:tests? #f))
      (home-page "https://docs.opensurge2d.org";)



reply via email to

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