Archived
1
0
Fork 0

gnu: libx86emu: Update to 3.4.

* gnu/packages/virtualization.scm (libx86emu): Update to 3.4.
[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-08 22:45:16 +01:00
parent a2d0bee323
commit 704c23cbef
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -441,7 +441,7 @@ server and embedded PowerPC, and S390 guests.")
(define-public libx86emu (define-public libx86emu
(package (package
(name "libx86emu") (name "libx86emu")
(version "3.1") (version "3.4")
(home-page "https://github.com/wfeldt/libx86emu") (home-page "https://github.com/wfeldt/libx86emu")
(source (source
(origin (origin
@ -461,10 +461,9 @@ server and embedded PowerPC, and S390 guests.")
(substitute* "Makefile" (substitute* "Makefile"
(("GIT2LOG.*=.*$") "") (("GIT2LOG.*=.*$") "")
(("GITDEPS.*=.*$") "") (("GITDEPS.*=.*$") "")
(("BRANCH.*=.*$") "")) (("BRANCH.*=.*$") ""))))
#t))
(sha256 (sha256
(base32 "104xqc6nj9rpi7knl3dfqvasf087hlz2n5yndb1iycw35a6j509b")))) (base32 "0f8mwpgfyid26i9q77n2rlcr4zzc75jnjzmy2hc38gk3q71ijmwh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"