gnu: sdl2-mixer: Update to 2.6.3.
* gnu/packages/sdl.scm (sdl2-mixer): Update to 2.6.3. [source]: Don't explicitly return #t from snippet.
This commit is contained in:
parent
7158276074
commit
b6ef8b664a
1 changed files with 3 additions and 4 deletions
|
@ -484,7 +484,7 @@ directory.")
|
||||||
(define-public sdl2-mixer
|
(define-public sdl2-mixer
|
||||||
(package (inherit sdl-mixer)
|
(package (inherit sdl-mixer)
|
||||||
(name "sdl2-mixer")
|
(name "sdl2-mixer")
|
||||||
(version "2.6.2")
|
(version "2.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -494,10 +494,9 @@ directory.")
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
;; Remove bundled libraries.
|
;; Remove bundled libraries.
|
||||||
(delete-file-recursively "external")
|
(delete-file-recursively "external")))
|
||||||
#t))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wd35a9fcj1bv534k9cr4jdk076dpiqq0ayk6cybmv3d6q8aiplc"))))
|
(base32 "13zadq6lmzdglvp0arl7x5y7zihv31vr4pisgrhwwj468xmahsvs"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no tests
|
(list #:tests? #f ;no tests
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
|
|
Reference in a new issue