guix: mescc-tools: Update to 0.5.

* guix.scm (mescc-tools): Update to 0.5.
This commit is contained in:
Jan Nieuwenhuizen 2018-06-16 09:44:42 +02:00
parent a27770389e
commit 4d90fb1475
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 4 additions and 7 deletions

View File

@ -97,7 +97,7 @@
(define-public mescc-tools
(package
(name "mescc-tools")
(version "0.4")
(version "0.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -107,18 +107,15 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1iwc8xqwzdaqckb4jkkisljrgn8ii4bl7dzk1l2kpv98hsyq9vi1"))))
"11wr4pl68rd2xmp06b03c6i43g2r8gm61vbv3s86ax1h6j2bn26j"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(arguments
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
#:test-target "test"
#:tests? #f ; test/results/test9-binary: FAILED
#:phases (modify-phases %standard-phases
(delete 'configure)
(add-after 'install 'install-2
(lambda _
(let ((out (assoc-ref %outputs "out")))
(copy-file "bin/blood-elf" (string-append out "/bin/blood-elf"))))))))
(delete 'configure))))
(synopsis "Tools for the full source bootstrapping process")
(description
"Mescc-tools is a collection of tools for use in a full source