mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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.
This commit is contained in:
parent
288799d3e8
commit
0e08ad7f19
1 changed files with 1 additions and 0 deletions
|
@ -739,6 +739,7 @@ (define (make-linux-libre-headers* version gnu-revision source)
|
|||
(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.")
|
||||
|
|
Loading…
Reference in a new issue