mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
list-packages: Add Hydra links only for the supported systems.
* build-aux/list-packages.scm (package->sxml)[status]: Use 'package-transitive-supported-systems' instead of a hard-coded list of systems.
This commit is contained in:
@@ -162,9 +162,8 @@ decreasing, is 1."
|
||||
,system))
|
||||
|
||||
`(div "status: "
|
||||
,(url "x86_64-linux") " "
|
||||
,(url "i686-linux") " "
|
||||
,(url "mips64el-linux")))
|
||||
,(list-join (map url (package-transitive-supported-systems package))
|
||||
" ")))
|
||||
|
||||
(define (package-logo name)
|
||||
(and=> (lookup-gnu-package name)
|
||||
|
||||
Reference in New Issue
Block a user