[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: Revert "bootstrap: mes-boot: Decouple from mes update. TEMP: avoi
From: |
guix-commits |
Subject: |
10/15: Revert "bootstrap: mes-boot: Decouple from mes update. TEMP: avoid build world." |
Date: |
Thu, 10 Jan 2019 17:31:49 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 852d2e5bc6d0b7151c68e3b72fd1267ac051377f
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Jan 5 22:47:37 2019 +0100
Revert "bootstrap: mes-boot: Decouple from mes update. TEMP: avoid build
world."
This reverts commit 90aef81757a7374d871e3c0b4b59a01752cb1d96.
---
gnu/packages/commencement.scm | 44 +------------------------------------------
1 file changed, 1 insertion(+), 43 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 4e6f44e..ca9a426 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -81,52 +81,10 @@
;;;
;;; Code:
-(define mes-boot0
- (let ((version "0.19")
- (revision "0")
- (commit #f))
- (package
- (inherit mes)
- (name "mes-boot0")
- (version (if commit (string-append version "-" revision "." (string-take
commit 7))
- version))
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnu/mes/"
- "mes-" version ".tar.gz"))
- (sha256
- (base32
- "15h4yhaywdc0djpjlin2jz1kzahpqxfki0r0aav1qm9nxxmnp1l0"))))
- (native-inputs '())
- (propagated-inputs '()))))
-
-(define nyacc-boot
- (let ((version "0.86.0")
- (revision "0")
- (commit #f))
- (package
- (inherit nyacc)
- (name "nyacc-boot")
- (version
- (if commit
- (string-append version "-" revision "." (string-take commit 7))
- version))
- (source
- (if commit
- (origin
- (method url-fetch)
- (uri (string-append "https://gitlab.com/janneke/nyacc"
- "/-/archive/" commit
- "/nyacc-" commit ".tar.gz"))
- (sha256
- (base32
- "0dlcqmchhl57nh7f0v6qb1kkbi7zbs3b185hcqv57fhb60b7rgcq")))
- (package-source nyacc))))))
-
(define mes-boot
(package-with-bootstrap-guile
(package
- (inherit mes-boot0)
+ (inherit mes)
(name "mes-boot")
(inputs '())
(propagated-inputs '())
- 02/15: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-guile-tarball., (continued)
- 02/15: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-guile-tarball., guix-commits, 2019/01/10
- 08/15: Revert "bootstrap: tcc-boot0: Update for mes 0.20. WIP", guix-commits, 2019/01/10
- 03/15: bootstrap: Update %bootstrap-guile to 2.2., guix-commits, 2019/01/10
- 09/15: bootstrap: %bootstrap-mes: Update for mes 0.20. WIP, guix-commits, 2019/01/10
- 11/15: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-guile-tarball., guix-commits, 2019/01/10
- 05/15: gnu: mes: Update to 0.20 WIP, guix-commits, 2019/01/10
- 04/15: bootstrap: Add %bootstrap-gash. WIP, guix-commits, 2019/01/10
- 01/15: gnu: Add gash. WIP, guix-commits, 2019/01/10
- 12/15: pieton: HAK, guix-commits, 2019/01/10
- 06/15: bootstrap: mes-boot: Decouple from mes update. TEMP: avoid build world., guix-commits, 2019/01/10
- 10/15: Revert "bootstrap: mes-boot: Decouple from mes update. TEMP: avoid build world.",
guix-commits <=
- 13/15: bootstrap: mes-boot: Scheme-only bootstrap. WIP, guix-commits, 2019/01/10
- 14/15: bootstrap: tcc-boot0: Scheme-only bootstrap. WIP, guix-commits, 2019/01/10
- 15/15: Scheme-only bootstrap: WIP, guix-commits, 2019/01/10