guix-commits
[Top][All Lists]
Advanced

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

10/14: Revert "bootstrap: mes-boot: Decouple from mes update. TEMP: avoi


From: guix-commits
Subject: 10/14: Revert "bootstrap: mes-boot: Decouple from mes update. TEMP: avoid build world."
Date: Mon, 14 Jan 2019 17:30:00 -0500 (EST)

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

commit 676afe2c7ae34cf7fb666d3ea77251083d610842
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 '())



reply via email to

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