gnu: qemu-minimal: Add aarch64 to target list.
* gnu/packages/qemu.scm (qemu-minimal)[arguments]: Add 'aarch64-softmmu' to the target list.
This commit is contained in:
		
							parent
							
								
									77c5d63f4d
								
							
						
					
					
						commit
						378640ec37
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue