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:
parent
a2d0bee323
commit
704c23cbef
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue