gnu: allegro: Update to 4.4.3.1.
* gnu/packages/game-development.scm (allegro): Update to 4.4.3.1. [arguments]: Don't explicitly return #t from phases.master
parent
96c747cb29
commit
4d82dbea45
|
@ -866,7 +866,7 @@ package is the Nuklear bindings for LÖVE created by Kevin Harrison.")
|
||||||
(define-public allegro-4
|
(define-public allegro-4
|
||||||
(package
|
(package
|
||||||
(name "allegro")
|
(name "allegro")
|
||||||
(version "4.4.3")
|
(version "4.4.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/liballeg/allegro5/"
|
(uri (string-append "https://github.com/liballeg/allegro5/"
|
||||||
|
@ -874,7 +874,7 @@ package is the Nuklear bindings for LÖVE created by Kevin Harrison.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d5ws3ihvpa6f4qc6a6drq31pajw6bblxifr4kcxzqj9br1nw28y"))))
|
"1m6lz35nk07dli26kkwz3wa50jsrxs1kb6w1nj14a911l34xn6gc"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -886,8 +886,7 @@ package is the Nuklear bindings for LÖVE created by Kevin Harrison.")
|
||||||
;; unconditionally clobbered in the build script.
|
;; unconditionally clobbered in the build script.
|
||||||
(substitute* '("CMakeLists.txt")
|
(substitute* '("CMakeLists.txt")
|
||||||
(("ADDON_LINKAGE STATIC")
|
(("ADDON_LINKAGE STATIC")
|
||||||
"ADDON_LINKAGE SHARED"))
|
"ADDON_LINKAGE SHARED")))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("glu" ,glu)
|
`(("glu" ,glu)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
|
|
Reference in New Issue