[PATCH] Emacsy: fix typo in README

2019-06-19 Thread Amar Singh
Fix a typo in README. "Guimax" -> "Gnu Guix" >From f576deaaab2c0d21011ec40e9b17f1c4823d8cc1 Mon Sep 17 00:00:00 2001 From: Amar Singh Date: Wed, 19 Jun 2019 20:47:12 +0530 Subject: [PATCH] fix typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README i

Re: [PATCH] Emacsy: fix typo in README

2019-06-19 Thread Jan Nieuwenhuizen
Amar Singh writes: > Fix a typo in README. > "Guimax" -> "Gnu Guix" Thank you, good catch. This should read "Emacsy is free software", so I have applied it with this change. How careless of me, I am working on both packages and hope to do a first Guixmaxb release soon. Where did you find this,

[PATCH] Emacsy fix tls/ssl in webkitgtk

2019-06-19 Thread nly
>From 423aafbb50ffb5be8635d4a395011608819c82b1 Mon Sep 17 00:00:00 2001 From: Amar Singh Date: Wed, 19 Jun 2019 23:58:46 +0530 Subject: [PATCH] fix tls/ssl in webkitgtk --- guix.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guix.scm b/guix.scm index 1f6b9ef..4c82e0c 100644 --- a/guix

[PATCH] guix: foreign distro's require guile, dbus-glib and glib-networking

2019-06-19 Thread Mike Rosset
--- guix.scm | 4 1 file changed, 4 insertions(+) diff --git a/guix.scm b/guix.scm index 1f6b9ef..ad28110 100644 --- a/guix.scm +++ b/guix.scm @@ -46,6 +46,7 @@ (gnu packages compression) (gnu packages gettext) (gnu packages gl) + (gnu pa