mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
list-packages: Add links to Hydra for mips64el-linux.
* build-aux/list-packages.scm (package->sxml): Add 'url' call for mips64el-linux.
This commit is contained in:
parent
d4c87617e5
commit
57c0992927
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
(cdr (command-line)))'
|
(cdr (command-line)))'
|
||||||
!#
|
!#
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2013 Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
|
;;; Copyright © 2013 Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -148,7 +148,8 @@ (define (url system)
|
||||||
|
|
||||||
`(div "status: "
|
`(div "status: "
|
||||||
,(url "x86_64-linux") " "
|
,(url "x86_64-linux") " "
|
||||||
,(url "i686-linux")))
|
,(url "i686-linux") " "
|
||||||
|
,(url "mips64el-linux")))
|
||||||
|
|
||||||
(define (package-logo name)
|
(define (package-logo name)
|
||||||
(and=> (lookup-gnu-package name)
|
(and=> (lookup-gnu-package name)
|
||||||
|
|
Loading…
Reference in a new issue