summaryrefslogtreecommitdiff
path: root/gnu/packages/mes.scm
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2019-12-06 14:44:39 +0100
committerJan Nieuwenhuizen <janneke@gnu.org>2019-12-07 19:30:04 +0100
commit8c0dcf3e89e0eb2a6094263efdbc5eaec0e8e9e8 (patch)
treee3dca006592066e7250a5b30779bebc4963e1fd2 /gnu/packages/mes.scm
parentf410e72db90aad668b26cf9117da10aa4b75e507 (diff)
downloadpatches-8c0dcf3e89e0eb2a6094263efdbc5eaec0e8e9e8.tar
patches-8c0dcf3e89e0eb2a6094263efdbc5eaec0e8e9e8.tar.gz
gnu: mes: Add patch to remove store name from binary.
* gnu/packages/patches/mes-remove-store-name.patch: New file, from upstream. * gnu/packages/mes.scm (mes): Use it. Add `www.' to homepage. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/mes.scm')
-rw-r--r--gnu/packages/mes.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 59710c45ae..0a5863582a 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -134,7 +134,7 @@ bootstrap to Guix and aims to help create full source bootstrapping for
GNU/Linux distributions. It consists of a mutual self-hosting Scheme
interpreter in C and a Nyacc-based C compiler in Scheme and is compatible with
Guile.")
- (home-page "https://gnu.org/software/mes")
+ (home-page "https://www.gnu.org/software/mes/")
(license gpl3+)))
(define-public mes
@@ -145,6 +145,7 @@ Guile.")
(method url-fetch)
(uri (string-append "mirror://gnu/mes/"
"mes-" version ".tar.gz"))
+ (patches (search-patches "mes-remove-store-name.patch"))
(sha256
(base32
"104qxngxyl7pql8vqrnli3wfyx0ayfaqg8gjfhmk4qzrafs46slm"))))