Merge branch 'master' into core-updates-frozen

This commit is contained in:
Ludovic Courtès 2021-11-17 23:24:42 +01:00
commit 3a317f7476
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
163 changed files with 5805 additions and 1929 deletions

View file

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