bootstrap: Update %bootstrap-mes.

Built with

    b00a95be28
    bootstrap: Add %bootstrap-mescc-tools.

* gnu/packages/bootstrap.scm (%bootstrap-mes): Update.
This commit is contained in:
Jan Nieuwenhuizen 2018-11-18 16:12:56 +01:00
parent b00a95be28
commit 562c37c7be
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 4 additions and 7 deletions

View File

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