mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: rgbds: Update to 0.5.2.
* gnu/packages/assembly.scm (rgbds): Update to 0.5.2. [arguments]: Remove a trailing #t. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
c53a5e7dc3
commit
eb38d49b04
1 changed files with 3 additions and 4 deletions
|
@ -291,7 +291,7 @@ (define-public libjit
|
||||||
(define-public rgbds
|
(define-public rgbds
|
||||||
(package
|
(package
|
||||||
(name "rgbds")
|
(name "rgbds")
|
||||||
(version "0.4.2")
|
(version "0.5.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -300,7 +300,7 @@ (define-public rgbds
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lygj7jzjlq4w0mkiir7ycysrd1p1akyvzrppjcchja05mi8wy9p"))))
|
"13zy05xzh2yxyvzf78a5h59pabwrfr6qs5m453pfbdyd3msg2s7w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -312,8 +312,7 @@ (define-public rgbds
|
||||||
(("pkg-config")
|
(("pkg-config")
|
||||||
(or (which "pkg-config")
|
(or (which "pkg-config")
|
||||||
(string-append ,(%current-target-system)
|
(string-append ,(%current-target-system)
|
||||||
"-pkg-config"))))
|
"-pkg-config"))))))
|
||||||
#t))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "test/asm"
|
(with-directory-excursion "test/asm"
|
||||||
|
|
Loading…
Reference in a new issue