~ruther/guix-local

eb38d49b04d946c96dbd4ea6adc6ffd394711a13 — Ekaitz Zarraga 3 years ago c53a5e7
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>
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/assembly.scm
M gnu/packages/assembly.scm => gnu/packages/assembly.scm +3 -4
@@ 291,7 291,7 @@ runtime")
(define-public rgbds
  (package
    (name "rgbds")
    (version "0.4.2")
    (version "0.5.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 300,7 300,7 @@ runtime")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0lygj7jzjlq4w0mkiir7ycysrd1p1akyvzrppjcchja05mi8wy9p"))))
                "13zy05xzh2yxyvzf78a5h59pabwrfr6qs5m453pfbdyd3msg2s7w"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases


@@ 312,8 312,7 @@ runtime")
               (("pkg-config")
                (or (which "pkg-config")
                    (string-append ,(%current-target-system)
                                   "-pkg-config"))))
             #t))
                                   "-pkg-config"))))))
         (replace 'check
           (lambda _
             (with-directory-excursion "test/asm"