From 003fcf23d9bd2f8014f5b4fe931b994bba5b8b28 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 19 Dec 2019 10:35:00 +0200 Subject: [PATCH] guix: Fix %hurd-systems list. * guix/packages.scm (%hurd-systems): Replace i585-gnu with i586-gnu. --- guix/packages.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/packages.scm b/guix/packages.scm index c98fb98aec..5ecb97f946 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014, 2015, 2017, 2018 Mark H Weaver ;;; Copyright © 2015 Eric Bavier ;;; Copyright © 2016 Alex Kost -;;; Copyright © 2017 Efraim Flashner +;;; Copyright © 2017, 2019 Efraim Flashner ;;; Copyright © 2019 Marius Bakke ;;; ;;; This file is part of GNU Guix. @@ -236,7 +236,7 @@ name of its URI." (define %hurd-systems ;; The GNU/Hurd systems for which support is being developed. - '("i585-gnu" "i686-gnu")) + '("i586-gnu" "i686-gnu")) (define %hydra-supported-systems ;; This is the list of system types for which build machines are available.