bootstrap: Switch to official bootstrap urls.
Built with
    4ae7dc7b9a
    gnu: Remove duplicate linux-libre-headers package from bootstrap inputs.
* gnu/packages/bootstrap.scm (%bootstrap-linux-libre-headers): Switch to
official bootstrap urls.
(%bootstrap-mescc-tools): Likewise.
(%bootstrap-mes): Likewise.
			
			
This commit is contained in:
		
							parent
							
								
									99ff4b102c
								
							
						
					
					
						commit
						da3c6a7f19
					
				
					 1 changed files with 31 additions and 31 deletions
				
			
		| 
						 | 
					@ -405,14 +405,13 @@ $out/bin/guile --version~%"
 | 
				
			||||||
   (lambda (system)
 | 
					   (lambda (system)
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (match system
 | 
					       (uri (map (cute string-append <>
 | 
				
			||||||
              ((or "i686-linux"
 | 
					                       "/i686-linux/20181020/"
 | 
				
			||||||
                   "x86_64-linux")
 | 
					                       "linux-libre-headers-stripped-4.14.67-i686-linux.tar.xz")
 | 
				
			||||||
               "http://lilypond.org/janneke/mes/linux-libre-headers-stripped-4.14.26-i686-linux.tar.xz")
 | 
					                 %bootstrap-base-urls))
 | 
				
			||||||
              (_ (error "linux-libre-headers-bootstrap: system not supported"))))
 | 
					 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0nwspwydn089xbd28nnas762iwl6l9ymbcz170qvfi50ywgim1ma"))))
 | 
					         "0sm2z9x4wk45bh6qfs94p0w1d6hsy6dqx9sw38qsqbvxwa1qzk8s"))))
 | 
				
			||||||
   #f                                   ; no program to test
 | 
					   #f                                   ; no program to test
 | 
				
			||||||
   "Bootstrap linux-libre-headers"))
 | 
					   "Bootstrap linux-libre-headers"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -646,18 +645,18 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("tar" ,(search-bootstrap-binary "tar" (%current-system)))
 | 
					     `(("tar" ,(search-bootstrap-binary "tar" (%current-system)))
 | 
				
			||||||
       ("xz"  ,(search-bootstrap-binary "xz" (%current-system)))
 | 
					       ("xz"  ,(search-bootstrap-binary "xz" (%current-system)))
 | 
				
			||||||
       ("tarball" ,(bootstrap-origin
 | 
					       ("tarball"
 | 
				
			||||||
 | 
					        ,(bootstrap-origin
 | 
				
			||||||
          (origin
 | 
					          (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
                      (uri (string-append
 | 
					            (uri (map
 | 
				
			||||||
                            "http://lilypond.org/janneke/mes/"
 | 
					                  (cute string-append <>
 | 
				
			||||||
                            (match (%current-system)
 | 
					                        "/i686-linux/20181020/"
 | 
				
			||||||
                              ((or "i686-linux" "x86_64-linux")
 | 
					                        "mescc-tools-static-0.5.2-0.bb062b0-i686-linux.tar.xz")
 | 
				
			||||||
                               "mescc-tools-static-0.5.2-0.bb062b0-i686-linux.tar.xz"))))
 | 
					                  %bootstrap-base-urls))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
                       (match (%current-system)
 | 
					             (base32
 | 
				
			||||||
                         ((or "i686-linux" "x86_64-linux")
 | 
					              "11lniw0vg61kmyhvnwkmcnkci9ym6hbmiksiqggd0hkipbq7hvlz")))))))
 | 
				
			||||||
                          (base32 "0dkwl8mjmmizx7gba9spiq9sp8c5fqv7370qakggy5nxpply59jh")))))))))
 | 
					 | 
				
			||||||
    (synopsis "Bootstrap binaries of MesCC Tools")
 | 
					    (synopsis "Bootstrap binaries of MesCC Tools")
 | 
				
			||||||
    (description synopsis)
 | 
					    (description synopsis)
 | 
				
			||||||
    (home-page #f)
 | 
					    (home-page #f)
 | 
				
			||||||
| 
						 | 
					@ -694,14 +693,15 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("tar" ,(search-bootstrap-binary "tar" (%current-system)))
 | 
					     `(("tar" ,(search-bootstrap-binary "tar" (%current-system)))
 | 
				
			||||||
       ("xz"  ,(search-bootstrap-binary "xz" (%current-system)))
 | 
					       ("xz"  ,(search-bootstrap-binary "xz" (%current-system)))
 | 
				
			||||||
       ("tarball" ,(bootstrap-origin
 | 
					       ("tarball"
 | 
				
			||||||
 | 
					        ,(bootstrap-origin
 | 
				
			||||||
          (origin
 | 
					          (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
                      (uri (string-append
 | 
					            (uri (map
 | 
				
			||||||
                            "http://lilypond.org/janneke/mes/"
 | 
					                  (cute string-append <>
 | 
				
			||||||
                            (match (%current-system)
 | 
					                        "/i686-linux/20181020/"
 | 
				
			||||||
                              ((or "i686-linux" "x86_64-linux")
 | 
					                        "mes-minimal-stripped-0.18-0.08f04f5-i686-linux.tar.xz")
 | 
				
			||||||
                               "mes-minimal-stripped-0.18-0.08f04f5-i686-linux.tar.xz"))))
 | 
					                 %bootstrap-base-urls))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (match (%current-system)
 | 
					             (match (%current-system)
 | 
				
			||||||
               ((or "i686-linux" "x86_64-linux")
 | 
					               ((or "i686-linux" "x86_64-linux")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue