diff options
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 95aa1eb8de..62ca230cf2 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -47,6 +47,7 @@ ;;; Copyright © 2024 Greg Hogan <code@greghogan.com> ;;; Copyright © 2024 Brennan Vincent <brennan@umanwizard.com> ;;; Copyright © 2024 André Batista <nandre@riseup.net> +;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -472,7 +473,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") ("go-fix-script-tests.patch" ,(search-patch "go-fix-script-tests.patch")) ,@(package-native-inputs go-1.4))) (supported-systems (fold delete %supported-systems - (list "powerpc-linux" "i586-gnu"))))) + (list "powerpc-linux" "i586-gnu" "x86_64-gnu"))))) ;; https://github.com/golang/go/wiki/MinimumRequirements#microarchitecture-support (define %go-1.17-arm-micro-architectures |