mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
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 @@ (define-public sdl2-image
|
|||
(define-public sdl2-mixer
|
||||
(package (inherit sdl-mixer)
|
||||
(name "sdl2-mixer")
|
||||
(version "2.6.2")
|
||||
(version "2.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -494,10 +494,9 @@ (define-public sdl2-mixer
|
|||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
;; Remove bundled libraries.
|
||||
(delete-file-recursively "external")
|
||||
#t))
|
||||
(delete-file-recursively "external")))
|
||||
(sha256
|
||||
(base32 "0wd35a9fcj1bv534k9cr4jdk076dpiqq0ayk6cybmv3d6q8aiplc"))))
|
||||
(base32 "13zadq6lmzdglvp0arl7x5y7zihv31vr4pisgrhwwj468xmahsvs"))))
|
||||
(arguments
|
||||
(list #:tests? #f ;no tests
|
||||
#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue