mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: tuxguitar: Set missing GCJFLAGS.
* gnu/packages/music.scm (tuxguitar)[arguments]: Set compiler flags "-fsource=1.4" and "-fPIC".
This commit is contained in:
parent
5f1c949866
commit
6da2e99e2e
1 changed files with 2 additions and 0 deletions
|
@ -707,6 +707,8 @@ (define-public tuxguitar
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(chdir "TuxGuitar")
|
||||
(substitute* "GNUmakefile"
|
||||
(("GCJFLAGS\\+=(.*)" _ rest)
|
||||
(string-append "GCJFLAGS=-fsource=1.4 -fPIC " rest))
|
||||
(("PROPERTIES\\?=")
|
||||
(string-append "PROPERTIES?= -Dswt.library.path="
|
||||
(assoc-ref inputs "swt") "/lib"))
|
||||
|
|
Loading…
Reference in a new issue