diff options
Diffstat (limited to 'gnu/packages/commencement.scm')
| -rw-r--r-- | gnu/packages/commencement.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 1ad564e02f0..1830314d54b 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -909,19 +909,11 @@ MesCC-Tools), and finally M2-Planet.") | |||
| 909 | ("tcc" ,tcc-boot) | 909 | ("tcc" ,tcc-boot) |
| 910 | ,@(alist-delete "tcc" (%boot-tcc0-inputs)))) | 910 | ,@(alist-delete "tcc" (%boot-tcc0-inputs)))) |
| 911 | 911 | ||
| 912 | ;; The last musl in the 1.1.x series. | ||
| 913 | ;; For now this starts the riscv64 specific portion of the bootstrap. | 912 | ;; For now this starts the riscv64 specific portion of the bootstrap. |
| 914 | (define musl-boot0 | 913 | (define musl-boot0 |
| 915 | (package | 914 | (package |
| 916 | (inherit musl) | 915 | (inherit musl) |
| 917 | (name "musl-boot0") | 916 | (name "musl-boot0") |
| 918 | (version "1.1.24") | ||
| 919 | (source (origin | ||
| 920 | (method url-fetch) | ||
| 921 | (uri (string-append "https://www.musl-libc.org/releases/" | ||
| 922 | "musl-" version ".tar.gz")) | ||
| 923 | (sha256 | ||
| 924 | (base64 "E3DJqBKyzyp9koAlEMygBYzDfmanvt1wBR8KNAFQIqM=")))) | ||
| 925 | (native-inputs (%boot-tcc-inputs)) | 917 | (native-inputs (%boot-tcc-inputs)) |
| 926 | (inputs '()) | 918 | (inputs '()) |
| 927 | (arguments | 919 | (arguments |
