Skip to content
Snippets Groups Projects
Commit 57c09929 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

list-packages: Add links to Hydra for mips64el-linux.

* build-aux/list-packages.scm (package->sxml): Add 'url' call for
  mips64el-linux.
parent d4c87617
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -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) ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment