[PATCH] Emacsy: fix typo in README
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 index 9d53ba2..7797dd9 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ and ./pre-inst-env emacsy-webkit-gtk #+END_EXAMPLE -Guimax is free software, it is distributed under the terms of the GNU +Gnu Guix is free software, it is distributed under the terms of the GNU General Public Licence version 3 or later. See the file [[file:COPYING][COPYING]]. * WARNING -- 2.22.0
Re: [PATCH] Emacsy: fix typo in README
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, in the Emacsy archive on gitlab, right? I haven't packaged this for Guix yet. Greetings, janneke > 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 > index 9d53ba2..7797dd9 100644 > --- a/README > +++ b/README > @@ -31,7 +31,7 @@ and > ./pre-inst-env emacsy-webkit-gtk > #+END_EXAMPLE > > -Guimax is free software, it is distributed under the terms of the GNU > +Gnu Guix is free software, it is distributed under the terms of the GNU > General Public Licence version 3 or later. See the file > [[file:COPYING][COPYING]]. > > * WARNING -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com
[PATCH] Emacsy fix tls/ssl in webkitgtk
>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.scm +++ b/guix.scm @@ -44,6 +44,7 @@ (gnu packages) (gnu packages autotools) (gnu packages compression) + (gnu packages glib) (gnu packages gettext) (gnu packages gl) (gnu packages gnome) @@ -78,6 +79,7 @@ (propagated-inputs `(("guile-lib" ,guile-lib) ("guile-readline" ,guile-readline) + ("glib-networking" ,glib-networking) ("freeglut" ,freeglut) ("gssettings-desktop-schemas" ,gsettings-desktop-schemas) ("webkitgtk" ,webkitgtk))) -- 2.22.0
[PATCH] guix: foreign distro's require guile, dbus-glib and glib-networking
--- 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 packages glib) (gnu packages gnome) (gnu packages guile) (gnu packages guile-xyz) @@ -78,7 +79,10 @@ (propagated-inputs `(("guile-lib" ,guile-lib) ("guile-readline" ,guile-readline) + ("guile" ,guile-2.2) + ("dbus-glib" ,dbus-glib) ("freeglut" ,freeglut) + ("glib-networking" ,glib-networking) ("gssettings-desktop-schemas" ,gsettings-desktop-schemas) ("webkitgtk" ,webkitgtk))) (inputs `(("guile" ,guile-2.2))) -- 2.20.1