~ruther/guix-local

dcaab2a9b876c702024a624bff889728ba6e36f0 — Sharlatan Hellseher 5 months ago 7837f46
gnu: go-github-com-ebitengine-purego: Update to 0.9.0.

* gnu/packages/golang-build.scm (go-github-com-ebitengine-purego): Update to 0.9.0.

Change-Id: I3f5239b9a33ea186578b2d0ca4c02728636ac2a2
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/golang-build.scm
M gnu/packages/golang-build.scm => gnu/packages/golang-build.scm +3 -3
@@ 91,7 91,7 @@ interoperate.")
(define-public go-github-com-ebitengine-purego
  (package
    (name "go-github-com-ebitengine-purego")
    (version "0.8.4")
    (version "0.9.0")
    (source
     (origin
       (method git-fetch)


@@ 100,14 100,14 @@ interoperate.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0sy5cn56wxwv1qpl6vg5160hlk004m5wdlf18rfnj63573f5kivh"))))
        (base32 "0qkjn7xswbfrly8bwryww0jwfdasig9bfx24dnwryz8iakkyww6f"))))
    (build-system go-build-system)
    (arguments
     (list
      #:import-path "github.com/ebitengine/purego"
      ;; TODO: This failed test should be proper checked.
      ;; ld:
      ;; /tmp/guix-build-go-github-com-ebitengine-purego-0.8.4.drv-0/ccguQKNs.o:
      ;; /tmp/guix-build-go-github-com-ebitengine-purego-0.9.0.drv-0/ccguQKNs.o:
      ;; relocation R_X86_64_32 against `.bss' can not be used when making a
      ;; shared object; recompile with -fPIC ld: failed to set dynamic section
      ;; sizes: bad value collect2: error: ld returned 1 exit status