Re: [PATCH] gnu: Add font-awesome.

2017-01-29 Thread Marco van Zwetselaar
On 30/01/17 09:38, ng0 wrote: > Jose Miguel Sánchez García writes: >> + (synopsis "Font that contains an rich iconset") > Looks good to me! Amendment: s/an/a/ in the synopsis Marco

Re: [PATCH 2/2] gnu: Add nyx.

2017-01-29 Thread Tobias Geerinckx-Rice
ng0, On 30/01/17 07:13, ng0 wrote: > Tobias Geerinckx-Rice writes: >> This adds Nyx (no relation), a handy status monitor for Tor relays. > > Cool! > So it seems you have evaded the problems with the custom setup > phase they have, which I ran into. Strange. But nice. > > I

Re: [PATCH] gnu: Add font-awesome.

2017-01-29 Thread ng0
Jose Miguel Sánchez García writes: > -- > > José Miguel Sánchez García > > From d4eb96046e2bd0538b16880295a5cd05275de7f8 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?= > > Date: Sat, 28 Jan 2017

reducelcs, v3

2017-01-29 Thread contact . ng0
Fixed: home-page, license, moved to (gnu packages maths).

[PATCH] gnu: Add reducelcs.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/maths.scm (reducelcs): New variable. --- gnu/packages/maths.scm | 45 + 1 file changed, 45 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index fbf0f6a54..e939430d5

Re: [PATCH 2/2] gnu: Add nyx.

2017-01-29 Thread ng0
Tobias Geerinckx-Rice writes: > * gnu/packages/tor.scm (nyx): New variable. > --- > > Guix, > > This adds Nyx (no relation), a handy status monitor for Tor relays. Cool! So it seems you have evaded the problems with the custom setup phase they have, which I ran into. Strange.

[PATCH 2/2] doc: Discuss encrypted swap space.

2017-01-29 Thread Chris Marusich
* doc/guix.texi (Preparing for Installation): Provide an example of how to set up (encrypted) swap space using a swap file. (operating-system Reference)[swap-devices]: Clarify that swap files are supported, too. (Mapped Devices): Explain how to use a mapped device with a swap file to

[PATCH 1/2] doc: Clarify that 'guix pull' can't be easily rolled back.

2017-01-29 Thread Chris Marusich
* doc/guix.texi (Invoking guix pull): Clarify that 'guix pull' can't be easily rolled back. --- doc/guix.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 4ba101094..2a9b11969 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2337,7

Some small documentation improvements

2017-01-29 Thread Chris Marusich
Here are some small documentation improvements. One is for "guix pull," and one is for encrypted swap space. I hope it helps! -- Chris

[PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-01-29 Thread huang_ying_caritas
From: Huang Ying Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find in bin output. The fix works, but appears hacky, because I haven't read much guix source code, so I don't know the best solution. Signed-off-by: "Huang, Ying"

[PATCH] Add polkit-gnome

2017-01-29 Thread huang_ying_caritas
From: Huang Ying To be used as polkit agent for xfce4. --- gnu/packages/polkit.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index e224ca22f..9651c4159 100644 ---

Re: imgcat, v2.

2017-01-29 Thread Kei Kebreau
ng0 writes: > contact@cryptolab.net writes: > >> Fixed name in commit, edited the comments to clarify the not-obvious phases. >> >> > > If the dependency on imagemagick is undesired, I can split it off > into two packages. > The C program doesn't need imagemagick,

[PATCH 1/2] gnu: tor: Use ‘license:’ prefix instead of #:select.

2017-01-29 Thread Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor, torsocks, privoxy, onionshare)[license]: Add prefix. --- gnu/packages/tor.scm | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index c7f97ab..97e7ec9 100644 --- a/gnu/packages/tor.scm +++

[PATCH 2/2] gnu: Add nyx.

2017-01-29 Thread Tobias Geerinckx-Rice
* gnu/packages/tor.scm (nyx): New variable. --- Guix, This adds Nyx (no relation), a handy status monitor for Tor relays. A 2.0 release has been just around the corner for... more than half a year now, but the last 1.x version is from 2012. It also had an entirely different name (‘Arm’) and I'd

Re: Mailman3 frontend number one: postorius.

2017-01-29 Thread ng0
contact@cryptolab.net writes: > I've changed postorius to use python-2 only, but maybe I am wrong again. > > Harmut have sent me this link and paste from it some days ago: > > > Maybe only a fully functional Mailman-service

[PATCH 1/6] gnu: Add python-defusedxml.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/xml.scm (python-defusedxml): New variable. --- gnu/packages/xml.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 32b658489..622569e40 100644 ---

[PATCH 3/6] gnu: Add python-django-allauth.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/django.scm (python-django-allauth): New variable. --- gnu/packages/django.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 9a3c66c45..055bed4a6 100644 ---

[PATCH 5/6] gnu: Add python-django-mailman3.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (python-django-mailman3): New variable. --- gnu/packages/mail.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index b17af4043..76c0078a8 100644 ---

[PATCH 6/6] gnu: Add postorius.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (postorius): New variable. --- gnu/packages/mail.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 76c0078a8..ebddffdb4 100644 ---

Mailman3 frontend number one: postorius.

2017-01-29 Thread contact . ng0
I've changed postorius to use python-2 only, but maybe I am wrong again. Harmut have sent me this link and paste from it some days ago: Maybe only a fully functional Mailman-service will show wether this is wrong or right,

[PATCH 4/6] gnu: Add python-django-gravatar2.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/django.scm (python-django-gravatar2): New variable. --- gnu/packages/django.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 055bed4a6..a5289e716 100644 ---

[PATCH 2/6] gnu: Add python-openid.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-openid): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e33412d8..2c7da5e51 100644 ---

Re: [PATCH v2 1/2] gnu: Add dub.

2017-01-29 Thread Danny Milosavljevic
Pushed, commit 4fdcc5026fb6a1fe007363eb32af891f35704e28.

Re: (guix git-download)

2017-01-29 Thread ng0
Hi, Ludovic Courtès writes: > Leo Famulari skribis: > >> On Sun, Jan 22, 2017 at 07:51:34PM +, ng0 wrote: >>> I'd like to change the git-download so that it supports >>> shallow-clone by default. >> >> I think this is the right default choice. >> >> We

Re: imgcat, v2.

2017-01-29 Thread ng0
contact@cryptolab.net writes: > Fixed name in commit, edited the comments to clarify the not-obvious phases. > > If the dependency on imagemagick is undesired, I can split it off into two packages. The C program doesn't need imagemagick, while the bash script does. The quality in how they

[PATCH] gnu: Add catimg.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/image-viewers.scm (catimg): New variable. --- gnu/packages/image-viewers.scm | 59 ++ 1 file changed, 59 insertions(+) diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index

imgcat, v2.

2017-01-29 Thread contact . ng0
Fixed name in commit, edited the comments to clarify the not-obvious phases.

Re: [PATCH] gnu: Add imgcat.

2017-01-29 Thread ng0
Kei Kebreau writes: > contact@cryptolab.net writes: > >> From: ng0 >> >> * gnu/packages/image-viewers.scm (imgcat): New variable. > You mean catimg, yes? >> --- >> gnu/packages/image-viewers.scm | 54 >> ++ >>

Re: [PATCH] gnu: Add reducelcs.

2017-01-29 Thread ng0
Kei Kebreau writes: > contact@cryptolab.net writes: > >> From: ng0 >> >> * gnu/packages/lcs.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add lcs.scm. > > What do you think necessitates the creation of a new file for this > package?

Re: [PATCH] gnu: Add imgcat.

2017-01-29 Thread Kei Kebreau
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/image-viewers.scm (imgcat): New variable. You mean catimg, yes? > --- > gnu/packages/image-viewers.scm | 54 > ++ > 1 file changed, 54 insertions(+) > > diff --git

Re: [PATCH] gnu: Add reducelcs.

2017-01-29 Thread Kei Kebreau
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/lcs.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add lcs.scm. What do you think necessitates the creation of a new file for this package? It seems to me it would fit in maths.scm, but I may just

[PATCH] maint: Fix invalid calls to 'info'.

2017-01-29 Thread Mathieu Lirzin
* HACKING : Remove name of the manual from the item argument. * README : Likewise. --- Hi, On Debian testing, with info (GNU texinfo) 6.3 the documented calls to info don't work: $ info -f doc/guix.info "(guix) Contributing" info: No menu item '(guix) Contributing' in node '(guix.info)Top'.

Re: FOSDEM social dinner

2017-01-29 Thread Christopher Allan Webber
Alex Sassmannshausen writes: > Hello, > > To confirm, I've now placed a reservation for Saturday 4 February at > 19:30 at a Lebanese restaurant called Al Jannah. I haven't been there > before, but the menu looks diverse, the prices good and the location > relatively central. > >

Re: [PATCH] Add adb

2017-01-29 Thread Julien Lepiller
Hi, are you still working on this?

[PATCH] gnu packages: Add 'specifications->inputs'.

2017-01-29 Thread Mathieu Lirzin
* gnu/packages.scm (specifications->inputs): New procedure. --- Hi, Using 'specification->package' is not convenient for package inputs in 'guix.scm' development packages because it involves either using it over and over or defining a custom procedure. I think it would be nice if Guix was

Building around Guix, some observations

2017-01-29 Thread Christopher Baines
Hello Guix, Over the last few months, I've been experimenting with setting up packages, services and systems around the software used by GOV.UK. This is not really related to Guix development, but I'd be very interested if anyone has any feedback about the approach I've taken so far, and if

[PATCH] Fix gtk-im-modules for Gtk+3

2017-01-29 Thread huang_ying_caritas
From: Huang Ying Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find in bin output. The fix works, but appears hacky, because I haven't read much guix source code, so I don't know the best solution. Signed-off-by: "Huang, Ying"

Re: [PATCH] gnu: rustc: Add LIBRARY_PATH search path.

2017-01-29 Thread Ben Woodcroft
On 29/01/17 11:57, Chris Marusich wrote: Ben Woodcroft writes: I didn't have any problem compiling and linking pure rust programs - that commit fixed that issue, but when trying to link rust programs to non-rust libraries such as zlib the linker did not look in the

Re: [PATCH] document ocaml-build-system

2017-01-29 Thread Julien Lepiller
pushed. Sorry about the two commits, I forgot to add guix.texi after I made a last change. On Sun, 29 Jan 2017 00:49:43 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Hi! > > Julien Lepiller skribis: > > > From 8854480a48e8096bf6bf8d94b3695fb049720038 Mon Sep 17 00:00:00 >