gnu: commencement: Remove unnecessary uses of 'bootstrap-origin'.
* gnu/packages/commencement.scm (gnumach-headers-boot0): Remove unnecessary 'package-with-bootstrap-guile'. (hurd-source-boot0): Remove unnecessary 'bootstrap-origin'.
This commit is contained in:
		
							parent
							
								
									cd626983af
								
							
						
					
					
						commit
						8ccf5f518d
					
				
					 1 changed files with 23 additions and 25 deletions
				
			
		|  | @ -3003,7 +3003,6 @@ memoized as a function of '%current-system'." | |||
| 
 | ||||
| (define gnumach-headers-boot0 | ||||
|   (with-boot0 | ||||
|    (package-with-bootstrap-guile | ||||
|    (package | ||||
|      (inherit gnumach-headers) | ||||
|      (version "1.8-116-g28b53508") | ||||
|  | @ -3017,7 +3016,7 @@ memoized as a function of '%current-system'." | |||
|                 (sha256 | ||||
|                  (base32 | ||||
|                   "006i0zgwy81vxarpfm12vip4q6i5mgmi5mmy5ldvxp5hx9h3l0zg"))))) | ||||
|       (native-inputs '()))))) | ||||
|      (native-inputs '())))) | ||||
| 
 | ||||
| (define mig-boot0 | ||||
|   (let* ((mig (package | ||||
|  | @ -3034,7 +3033,6 @@ memoized as a function of '%current-system'." | |||
| (define hurd-version-boot0 "0.9-229-ga1efcee8") | ||||
| (define hurd-source-boot0 | ||||
|   (let ((version hurd-version-boot0)) | ||||
|     (bootstrap-origin | ||||
|     (origin | ||||
|       (method url-fetch) | ||||
|       (uri (list (string-append "mirror://gnu/guix/mirror/hurd-v" | ||||
|  | @ -3043,7 +3041,7 @@ memoized as a function of '%current-system'." | |||
|                                 "hurd-v" version ".tar.gz"))) | ||||
|       (sha256 | ||||
|        (base32 | ||||
|          "0bq2q2jisxcy0kgcm6rz0z2fddwxxm7azsama7li28a2m08kdpzy")))))) | ||||
|         "0bq2q2jisxcy0kgcm6rz0z2fddwxxm7azsama7li28a2m08kdpzy"))))) | ||||
| 
 | ||||
| (define hurd-headers-boot0 | ||||
|   (let ((hurd-headers (package (inherit hurd-headers) | ||||
|  |  | |||
		Reference in a new issue