gnu: ltris: Update to 1.2.3.
* gnu/packages/games.scm (ltris): Update to 1.2.3. [arguments]: Remove unnecessary #:configure-flags.
This commit is contained in:
parent
55244601d7
commit
363095f296
1 changed files with 3 additions and 5 deletions
|
@ -1836,19 +1836,17 @@ Chess). It is similar to standard chess but this variant is far more complicate
|
||||||
(define-public ltris
|
(define-public ltris
|
||||||
(package
|
(package
|
||||||
(name "ltris")
|
(name "ltris")
|
||||||
(version "1.2.1")
|
(version "1.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/lgames/ltris/"
|
(uri (string-append "mirror://sourceforge/lgames/ltris/"
|
||||||
"ltris-" version ".tar.gz"))
|
"ltris-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0959vvxh5xnxzpdv7i67lpd2b6ghx69z65ldnclj1z6llyfzfs7q"))))
|
(base32 "1a2m17jwkyar8gj07bn5jk01j2ps4vvc48z955jjjsh67q2svi0f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; The code in LTris uses traditional GNU semantics for inline functions
|
'(#:phases
|
||||||
#:configure-flags '("CFLAGS=-fgnu89-inline")
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'set-paths 'set-sdl-paths
|
(add-after 'set-paths 'set-sdl-paths
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Reference in a new issue