gnu: qemu-minimal: Add aarch64 to target list.

* gnu/packages/qemu.scm (qemu-minimal)[arguments]: Add 'aarch64-softmmu'
to the target list.
master
Efraim Flashner 2017-03-15 15:58:02 +02:00
parent 77c5d63f4d
commit 378640ec37
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ server and embedded PowerPC, and S390 guests.")
(arguments
`(#:configure-flags
;; Restrict to the targets supported by Guix.
'("--target-list=i386-softmmu,x86_64-softmmu,mips64el-softmmu,arm-softmmu")
'("--target-list=i386-softmmu,x86_64-softmmu,mips64el-softmmu,arm-softmmu,aarch64-softmmu")
,@(package-arguments qemu)))
;; Remove dependencies on optional libraries, notably GUI libraries.