gnu: manaplus: Update to 1.7.5.14.
* gnu/packages/games.scm (manaplus): Update to 1.7.5.14. [inputs]: Remove physfs.
This commit is contained in:
parent
e28cb7a5f5
commit
6aa095f10c
@ -1491,7 +1491,7 @@ is programmed in Haskell.")
|
|||||||
(define-public manaplus
|
(define-public manaplus
|
||||||
(package
|
(package
|
||||||
(name "manaplus")
|
(name "manaplus")
|
||||||
(version "1.7.3.4")
|
(version "1.7.5.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -1499,7 +1499,7 @@ is programmed in Haskell.")
|
|||||||
version "/manaplus-" version ".tar.xz"))
|
version "/manaplus-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mbxzsgjg16pqa3jnxkd7wwvw1lrx455r7fvwjfhzp0yv7acrn10"))))
|
"1b5q79jkdrck5lq8lvhnpq2mly257r8lylp7b8sp8xn4365f86ch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
@ -1513,7 +1513,6 @@ is programmed in Haskell.")
|
|||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("physfs" ,physfs)
|
|
||||||
("sdl-union" ,(sdl-union))))
|
("sdl-union" ,(sdl-union))))
|
||||||
(home-page "http://manaplus.org")
|
(home-page "http://manaplus.org")
|
||||||
(synopsis "Client for 'The Mana World' and similar games")
|
(synopsis "Client for 'The Mana World' and similar games")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user