From bdae16318d6cd839ab422225a6ab6518b5a6a05e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 11 Jun 2026 06:32:53 -0300 Subject: etc/guix/system.scm: Increase the list of desired-architectures --- etc/guix/system.scm | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'etc/guix/system.scm') diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 2b6caad6..3cc4f2d1 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -99,10 +99,23 @@ Seiko Epson Color Ink Jet Printers.") #\-))) (define desired-architectures - '("i386" - "x86_64" + '("aarch64" "arm" - "aarch64")) + "armeb" + "i386" + "m68k" + "mips" + "mips64" + "mips64el" + "mipsel" + "mipsn32" + "mipsn32el" + "ppc" + "ppc64" + "ppc64le" + "riscv32" + "riscv64" + "x86_64")) (define platforms (filter (lambda (name) -- cgit v1.3