From 378640ec37301de84f0ac7183aa88c52b25338c1 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 15 Mar 2017 15:58:02 +0200 Subject: [PATCH] gnu: qemu-minimal: Add aarch64 to target list. * gnu/packages/qemu.scm (qemu-minimal)[arguments]: Add 'aarch64-softmmu' to the target list. --- gnu/packages/qemu.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index 3aa4128be0..d43593957e 100644 --- a/gnu/packages/qemu.scm +++ b/gnu/packages/qemu.scm @@ -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.