gnu: bootstrap: Add janneke's guix package url.

* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add janneke's guix
package url.
This commit is contained in:
Jan Nieuwenhuizen 2019-11-26 22:40:09 +01:00
parent d98205b4fc
commit 6fc09bd74f
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -301,7 +301,8 @@ (define %bootstrap-base-urls
"http://alpha.gnu.org/gnu/guix/bootstrap" "http://alpha.gnu.org/gnu/guix/bootstrap"
"ftp://alpha.gnu.org/gnu/guix/bootstrap" "ftp://alpha.gnu.org/gnu/guix/bootstrap"
"http://www.fdn.fr/~lcourtes/software/guix/packages" "http://www.fdn.fr/~lcourtes/software/guix/packages"
"http://flashner.co.il/guix/bootstrap")) "http://flashner.co.il/guix/bootstrap"
"http://lilypond.org/janneke/guix/"))
(define (bootstrap-guile-url-path system) (define (bootstrap-guile-url-path system)
"Return the URI for FILE." "Return the URI for FILE."