guix-commits
[Top][All Lists]
Advanced

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

03/05: bootstrap: Update %bootstrap-mes.


From: Jan Nieuwenhuizen
Subject: 03/05: bootstrap: Update %bootstrap-mes.
Date: Sun, 18 Nov 2018 10:46:21 -0500 (EST)

janneke pushed a commit to branch core-updates-next
in repository guix.

commit 562c37c7beaea9e6912d5ae1c7f7dc8d2a2a3a64
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sun Nov 18 16:12:56 2018 +0100

    bootstrap: Update %bootstrap-mes.
    
    Built with
    
        b00a95be28b7c663cf8f82ef03b385d32ca51ae9
        bootstrap: Add %bootstrap-mescc-tools.
    
    * gnu/packages/bootstrap.scm (%bootstrap-mes): Update.
---
 gnu/packages/bootstrap.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 3cc4393..620f888 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -701,16 +701,13 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
                       (uri (string-append
                             "http://lilypond.org/janneke/mes/";
                             (match (%current-system)
-                              ("x86_64-linux" 
"mes-stripped-0.18-0.08f04f5-x86_64-linux.tar.xz")
-                              ("i686-linux" 
"mes-stripped-0.18-0.08f04f5-i686-linux.tar.xz"))))
+                              ((or "i686-linux" "x86_64-linux")
+                               
"mes-minimal-stripped-0.18-0.08f04f5-i686-linux.tar.xz"))))
                       (sha256
                        (match (%current-system)
-                         ("x86_64-linux"
-                          (base32
-                           
"1yhxqf1sm67gwjbkkc26m4lcscvpjfmi71bzy8rhysal4lcj1vc8"))
-                         ("i686-linux"
+                         ((or "i686-linux" "x86_64-linux")
                           (base32
-                           
"1p116ya9n52852bryh34n7db4mhvi98qifmmwygl7nbyc4dz92jy")))))))))
+                           
"0qwpby91hp6afmg5ibdrrk3fw85zxdazfk7rhrdsihsfzqwmfhfx")))))))))
     (synopsis "Bootstrap binaries of Mes")
     (description synopsis)
     (home-page #f)



reply via email to

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