Re: [PATCH 2/2] gnu: gtk+: Enable SVG support.

2016-03-15 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > >> 宋文武 writes: >> >>> * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use >>> 'gtk-pixbuf+svg' >>> instead of 'gtk-pixbuf'. >> Typo, it's 'gdk-pixbuf'. >> >> This patch shouldn't apply

Re: [PATCH v2] gnu: Add idle3-tools.

2016-03-15 Thread Tobias Geerinckx-Rice
Leo, I just realised that I forgot to add you in CC. I'm still learning the finer points of git send-email... (Of course, if you had already seen the updated patch, cheerily ignore this message.) Kind regards, T G-R On 08/03/2016, Tobias Geerinckx-Rice wrote:

[PATCH] gnu: Add freefall.

2016-03-15 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (freefall): New variable. --- A little example-cum-useful-tool included in the Linux tree. Regards, T G-R gnu/packages/linux.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-15 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. > > [...] > >> +(description (string-append >> + (package-description gdk-pixbuf) >> + " This version provides SVG support

Git security update

2016-03-15 Thread Leo Famulari
There is an update for git and git-manpages on master. Please update your installations, both clients and servers! http://seclists.org/oss-sec/2016/q1/645

Re: HTTPS for Hydra

2016-03-15 Thread Roel Janssen
Ludovic Courtès writes: > Roel Janssen skribis: > >> From 28cfe3d56d2139fc4a50ac9b20b2a73fe12f5a6c Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Tue, 15 Mar 2016 22:45:32 +0100 >> Subject: [PATCH] website: packages: Support both http and https requests to

Re: HTTPS for Hydra

2016-03-15 Thread Ludovic Courtès
Roel Janssen skribis: > From 28cfe3d56d2139fc4a50ac9b20b2a73fe12f5a6c Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 15 Mar 2016 22:45:32 +0100 > Subject: [PATCH] website: packages: Support both http and https requests to > hydra.gnu.org. > > *

Re: HTTPS for Hydra

2016-03-15 Thread Roel Janssen
>From 28cfe3d56d2139fc4a50ac9b20b2a73fe12f5a6c Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 15 Mar 2016 22:45:32 +0100 Subject: [PATCH] website: packages: Support both http and https requests to hydra.gnu.org. * website/static/base/js/packages.js (set_build_status): Use

Re: [PATCH] gnu: emacs-pdf-tools: Add missing input.

2016-03-15 Thread Ludovic Courtès
Alex Kost skribis: > From b83adf2e1e0d13a5a09026bab40b0e5198e2f295 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Fri, 11 Mar 2016 11:34:20 +0300 > Subject: [PATCH 1/2] gnu: emacs-pdf-tools: Use emacs-build-system for elisp > side. > MIME-Version: 1.0

hplip package (work in progress)

2016-03-15 Thread Danny Milosavljevic
Hi, I'm trying to create a package for hplip, and it manages to reach the install phase and then it fails trying to create /etc/cups . Should we put /etc/cups inside the hplip store directory or what should we do with it? diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index

Re: [PATCH] gnu: emacs-pdf-tools: Add missing input.

2016-03-15 Thread Alex Kost
Ludovic Courtès (2016-03-15 17:27 +0300) wrote: > Alex Kost skribis: > >> The bottom line of the following text is the question: Is it possible to >> combine 2 (or more) build systems for building a package? > > Sure! Great! >> I did a little experiment: I thought maybe it

Re: Using cups

2016-03-15 Thread Danny Milosavljevic
Hi, On Sun, 13 Mar 2016 23:10:02 +0100 l...@gnu.org (Ludovic Courtès) wrote: > There’s currently no CUPS service for GuixSD—i.e., nothing you could > directly add to the ‘services’ field of your ‘operating-system’ > configuration. > > If you would like to contribute one such service, that’d be

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-15 Thread Andreas Enge
On Tue, Mar 15, 2016 at 05:31:32PM +0800, 宋文武 wrote: > gdk-pixbuf+svg depends on librsvg, while librsvg depends on gdk-pixbuf, > so I think there must be two version. and the closure size of > gdk-pixbuf+svg is 210MB while gdk-pixbuf has 116MB, so I think we should > using the large one only when

Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-15 Thread Ludovic Courtès
Mathieu Lirzin skribis: > Leo Famulari writes: > >> On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote: >>> Leo Famulari (2016-03-15 02:34 +0300) wrote: >>> >>> [...] >>> > (define-public python2-llfuse >>> > - (package-with-python2 python-llfuse))

Re: 01/01: doc: Typos and small stylistic changes.

2016-03-15 Thread Ludovic Courtès
Andreas Enge skribis: > On Wed, Mar 09, 2016 at 12:02:44PM +0300, Alex Kost wrote: >> I think this should be rephrased, because after this change, makeinfo >> complains: >> ./doc/guix.texi:5937: warning: `.' or `,' must follow @xref >> And in the generated guix.info there is a

Re: libtool archives introduce unwanted inputs to build

2016-03-15 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > Report by Jookia in #guix that with my gdk-pixbuf+svg patches, > thunar still can't find SVG icons, it's linked with the old gdk-pixbuf. > > While the build inputs of ‘thunar’ only have ‘gdk-pixbuf+svg’, one > of its input ‘libnotify’ was build with

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. [...] > +(description (string-append > + (package-description gdk-pixbuf) > + " This version provides SVG support by default." ‘description’ and ‘synopsis’ must

Re: [PATCH 2/2] gnu: gtk+: Enable SVG support.

2016-03-15 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > 宋文武 writes: > >> * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use >> 'gtk-pixbuf+svg' >> instead of 'gtk-pixbuf'. > Typo, it's 'gdk-pixbuf'. > > This patch shouldn't apply directly to master right? I think this > should be

Re: [PATCH] gnu: emacs: Use libotf.

2016-03-15 Thread Ludovic Courtès
Alex Kost skribis: > Roel Janssen (2016-03-14 15:22 +0300) wrote: > >> I attached two screenshots, emacs-from-guix.png and >> emacs-from-fedora.png. Both are compiled with libotf support. Besides >> the missing Fira font, the text on the Emacs from Guix looks stretched >>

Re: [PATCH] gnu: emacs: Use libotf.

2016-03-15 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: > >> Roel Janssen skribis: >> >>> Here's a very small patch to compile Emacs with libotf support. >>> Unfortunately for me, it hasn't given me better font rendering. >> >> Does the resulting Emacs refer to libotf, as

Re: [PATCH] gnunet.scm -> various changes (description update, adds gnunet-svn, gnunet-gtk-svn, gnurl)

2016-03-15 Thread Ludovic Courtès
Nils Gillmann skribis: > In this case I have to disagree. > I would if I could, but I had a conversation with Christian about > it*. The most useable GNUnet right now for us is the SVN [...] > From my perspective I want people to have a good experience of > trying out

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-15 Thread Ludovic Courtès
Chris Marusich skribis: > From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Mon, 7 Mar 2016 01:55:07 -0800 > Subject: [PATCH] doc: Clarify and consolidate modify-services documentation. > > *

Re: [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch.

2016-03-15 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > On Fri, Mar 11, 2016 at 03:30:10PM +0100, Ludovic Courtès wrote: >> Jookia <166...@gmail.com> skribis: >> >> > I'd really like to discuss how much I needed to break to get the >> > mapped-devices, >> > file-systems and swap-devices to just 'work'. I even had

Re: [PATCH] gnu: emacs-pdf-tools: Add missing input.

2016-03-15 Thread Ludovic Courtès
Alex Kost skribis: > The bottom line of the following text is the question: Is it possible to > combine 2 (or more) build systems for building a package? Sure! > I did a little experiment: I thought maybe it could be possible just to > pick some build phases from (guix build

Re: [PATCH]: xfce4-power-manager: new variable

2016-03-15 Thread Ludovic Courtès
Leo Famulari skribis: [...] >> Looks like the xfce4-power-manager patch fell through the cracks. Leo, >> could you maybe do a final polishing pass and commit it? > > And here are the patches... > > From 2ef9d0fae7dd04cfb25691411b5afec76cb3eb5b Mon Sep 17 00:00:00 2001 >

Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-15 Thread Mathieu Lirzin
Leo Famulari writes: > On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote: >> Leo Famulari (2016-03-15 02:34 +0300) wrote: >> >> [...] >> > (define-public python2-llfuse >> > - (package-with-python2 python-llfuse)) >> > + (package (inherit (package-with-python2 >>

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-15 Thread 宋文武
Andreas Enge writes: > Hello, > > On Mon, Mar 14, 2016 at 08:38:12PM +0800, 宋文武 wrote: >> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. > > does it need to be a variable, or would it not make more sense to simply > modify gdk-pixbuf? gdk-pixbuf+svg depends on librsvg,

Re: [PATCH 5/6] gnu: Add borg.

2016-03-15 Thread Leo Famulari
On Tue, Mar 15, 2016 at 12:11:15PM +0300, Alex Kost wrote: > Leo Famulari (2016-03-15 02:34 +0300) wrote: > > > * gnu/packages/backup.scm (borg): New variable. > > --- > > gnu/packages/backup.scm | 53 > > - > > 1 file changed, 52 insertions(+), 1

Re: [PATCH 3/6] gnu: attic: Specify dependency on python-llfuse@0.41.

2016-03-15 Thread Leo Famulari
On Tue, Mar 15, 2016 at 11:58:59AM +0300, Alex Kost wrote: > Leo Famulari (2016-03-15 02:34 +0300) wrote: > > > * gnu/packages/backup.scm (attic)[inputs]: Specify dependency on > > python-llfuse@0.41. > > --- > > gnu/packages/backup.scm | 12 ++-- > > 1 file changed, 10 insertions(+), 2

Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-15 Thread Leo Famulari
On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote: > Leo Famulari (2016-03-15 02:34 +0300) wrote: > > [...] > > (define-public python2-llfuse > > - (package-with-python2 python-llfuse)) > > + (package (inherit (package-with-python2 > > + (strip-python2-variant

Re: [PATCH 5/6] gnu: Add borg.

2016-03-15 Thread Alex Kost
Leo Famulari (2016-03-15 02:34 +0300) wrote: > * gnu/packages/backup.scm (borg): New variable. > --- > gnu/packages/backup.scm | 53 > - > 1 file changed, 52 insertions(+), 1 deletion(-) [...] > +(define-public borg > + (package > +(name

Re: [PATCH 3/6] gnu: attic: Specify dependency on python-llfuse@0.41.

2016-03-15 Thread Alex Kost
Leo Famulari (2016-03-15 02:34 +0300) wrote: > * gnu/packages/backup.scm (attic)[inputs]: Specify dependency on > python-llfuse@0.41. > --- > gnu/packages/backup.scm | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > > diff --git a/gnu/packages/backup.scm

Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-15 Thread Alex Kost
Leo Famulari (2016-03-15 02:34 +0300) wrote: [...] > (define-public python2-llfuse > - (package-with-python2 python-llfuse)) > + (package (inherit (package-with-python2 > + (strip-python2-variant python-llfuse))) > +(propagated-inputs `(("python2-contextlib2"

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

2016-03-15 Thread Taylan Ulrich Bayırlı/Kammer
Leo Famulari writes: > On Tue, Mar 15, 2016 at 09:04:54AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: >> Leo Famulari writes: >> > + `(#:configure-flags >> > + (list (string-append "--prefix=" (assoc-ref %outputs "out")) >> > +

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

2016-03-15 Thread Leo Famulari
On Tue, Mar 15, 2016 at 09:04:54AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > Leo Famulari writes: > > + `(#:configure-flags > > + (list (string-append "--prefix=" (assoc-ref %outputs "out")) > > + "--without-ncat" > > +

Re: [PATCH 0/2] Add nmap

2016-03-15 Thread Leo Famulari
On Tue, Mar 15, 2016 at 09:07:03AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > Leo Famulari writes: > > > On Tue, Mar 15, 2016 at 08:50:52AM +0100, Taylan Ulrich Bayırlı/Kammer > > wrote: > >> Leo Famulari writes: > >> > >> > This package provides nmap

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

2016-03-15 Thread Ricardo Wurmus
Leo Famulari writes: > * gnu/packages/admin.scm (nmap): New variable. > --- [...] > +(arguments > + `(#:configure-flags > + (list (string-append "--prefix=" (assoc-ref %outputs "out")) > + "--without-ncat" > + "--without-nmap-update" >

Re: [PATCH 1/2] licenses: Add the nmap license.

2016-03-15 Thread Ricardo Wurmus
Leo Famulari writes: > * guix/licenses.scm (nmap): New variable. > --- This looks good to me. ~~ Ricardo

Re: [PATCH 0/2] Add nmap

2016-03-15 Thread Taylan Ulrich Bayırlı/Kammer
Leo Famulari writes: > On Tue, Mar 15, 2016 at 08:50:52AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: >> Leo Famulari writes: >> >> > This package provides nmap [0]. >> >> Ah, thanks for doing this! I've had an nmap branch for ages that I >> couldn't

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

2016-03-15 Thread Taylan Ulrich Bayırlı/Kammer
Leo Famulari writes: > * gnu/packages/admin.scm (nmap): New variable. > --- > gnu/packages/admin.scm | 56 > +- > 1 file changed, 55 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm

Re: [PATCH 0/2] Add nmap

2016-03-15 Thread Leo Famulari
On Tue, Mar 15, 2016 at 08:50:52AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > Leo Famulari writes: > > > This package provides nmap [0]. > > Ah, thanks for doing this! I've had an nmap branch for ages that I > couldn't get to work because I couldn't get the Python module

Re: [PATCH 0/2] Add nmap

2016-03-15 Thread Taylan Ulrich Bayırlı/Kammer
Leo Famulari writes: > This package provides nmap [0]. Ah, thanks for doing this! I've had an nmap branch for ages that I couldn't get to work because I couldn't get the Python module loading to work right. Another Debian package on my system to replace with a Guix