gnu: qemu: Fix indentation.

* gnu/packages/virtualization.scm (qemu): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2020-09-18 09:04:46 -04:00
parent afeed71ae4
commit 229091385a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -132,12 +132,12 @@ (define-public qemu
(name "qemu")
(version "5.1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz"))
(sha256
(base32
"1rd41wwlvp0vpialjp2czs6i3lsc338xc72l3zkbb7ixjfslw5y9"))))
(method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz"))
(sha256
(base32
"1rd41wwlvp0vpialjp2czs6i3lsc338xc72l3zkbb7ixjfslw5y9"))))
(build-system gnu-build-system)
(arguments
`(;; Running tests in parallel can occasionally lead to failures, like:
@ -207,7 +207,7 @@ (define-public qemu
#t))
(replace 'configure
(lambda* (#:key inputs outputs (configure-flags '())
#:allow-other-keys)
#:allow-other-keys)
;; The `configure' script doesn't understand some of the
;; GNU options. Thus, add a new phase that's compatible.
(let ((out (assoc-ref outputs "out")))