diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2018-11-18 16:12:56 +0100 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2018-11-18 16:44:13 +0100 |
commit | 562c37c7beaea9e6912d5ae1c7f7dc8d2a2a3a64 (patch) | |
tree | cd5262ec027f2d2cc5c98547367a3de1f3ed0eac | |
parent | b00a95be28b7c663cf8f82ef03b385d32ca51ae9 (diff) | |
download | guix-562c37c7beaea9e6912d5ae1c7f7dc8d2a2a3a64.tar guix-562c37c7beaea9e6912d5ae1c7f7dc8d2a2a3a64.tar.gz |
bootstrap: Update %bootstrap-mes.
Built with
b00a95be28b7c663cf8f82ef03b385d32ca51ae9
bootstrap: Add %bootstrap-mescc-tools.
* gnu/packages/bootstrap.scm (%bootstrap-mes): Update.
-rw-r--r-- | gnu/packages/bootstrap.scm | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index 3cc43934fb..620f888eb0 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) |