guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: bootstrap: Add janneke's guix package url.


From: guix-commits
Subject: 01/01: bootstrap: Add janneke's guix package url.
Date: Tue, 26 Nov 2019 16:41:26 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 5fef6f6ca5d578b4ae00dbcaa8011b8a8a362f0d
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Tue Nov 26 22:40:09 2019 +0100

    bootstrap: Add janneke's guix package url.
    
    * gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add janneke's guix
    package url.
---
 gnu/packages/bootstrap.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index b97b904..2c68505 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -302,7 +302,8 @@ or false to signal an error."
     "http://alpha.gnu.org/gnu/guix/bootstrap";
     "ftp://alpha.gnu.org/gnu/guix/bootstrap";
     "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)
   "Return the URI for FILE."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]