gnu: linux-libre-headers: Remove i586-gnu from supported-systems. As I don't think attempting to build for the Hurd is useful. * gnu/packages/heads.scm (make-linux-libre-headers*): Remove i586-gnu from supported-systems.
1 files changed, 1 insertions(+), 0 deletions(-) M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -0
@@ 739,6 739,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (format p "~a-default~%" ,version))))))) #:allowed-references () #:tests? #f)) (supported-systems (delete "i586-gnu" %supported-systems)) (home-page "https://www.gnu.org/software/linux-libre/") (synopsis "GNU Linux-Libre kernel headers") (description "Headers of the Linux-Libre kernel.")