gnu: surgescript: Do not want static libraries.
* gnu/packages/game-development.scm (surgescript)[arguments]: Add "-DWANT_STATIC=NO" to #:configure-flags.
This commit is contained in:
parent
94466f9594
commit
497a4646b3
1 changed files with 2 additions and 1 deletions
|
@ -652,7 +652,8 @@ sounds from presets such as \"explosion\" or \"powerup\".")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
(let ((share (string-append (assoc-ref %outputs "out") "/share")))
|
(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")))
|
(string-append "-DMETAINFO_PATH=" share "/metainfo")))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "https://docs.opensurge2d.org")
|
(home-page "https://docs.opensurge2d.org")
|
||||||
|
|
Reference in a new issue