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 @@ exec guile -l "$0"                              \
 | 
				
			||||||
             (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 @@ decreasing, is 1."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    `(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)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue