Re: [PATCH 1/3] gnu: Add gconfmm.

2016-02-20 Thread Alex Kost
Christopher Baines (2016-02-17 18:02 +0300) wrote: [...] > +(define-public gconfmm > + (package > +(name "gconfmm") > +(version "2.28.3") > +(source (origin > + (method url-fetch) > + (uri > + (let ((upstream-name "gconfmm")) > +

Re: [PATCH 2/2] gnu: Add sonata

2016-02-20 Thread Andreas Enge
On Thu, Feb 18, 2016 at 06:57:18PM -0500, Leo Famulari wrote: > > +(inputs `(("gettext" ,gnu-gettext))) > Can somebody with more experience comment on whether or not this should > be propagated (assuming it's a runtime dependency, otherwise it should > be native)? It is most likely a native-in

Re: [PATCH 2/2] gnu: Add sonata

2016-02-20 Thread Leo Famulari
On Sat, Feb 20, 2016 at 12:18:34PM +0100, Andreas Enge wrote: > On Thu, Feb 18, 2016 at 06:57:18PM -0500, Leo Famulari wrote: > > > +(inputs `(("gettext" ,gnu-gettext))) > > Can somebody with more experience comment on whether or not this should > > be propagated (assuming it's a runtime depend

Re: [PATCH] Add genome annotations.

2016-02-20 Thread Ben Woodcroft
On 17/02/16 02:25, Ricardo Wurmus wrote: Hi Guix, here are four patches to add genome annotation packages for R. The species names (“Mouse”, “Worm”, “Human”, “Fly”) are capitalised because they refer to the names of common model organisms. Thanks for this Ricardo. My only comment is that perh

Re: [PATCH 1/7] gnu: Add mate-polkit.

2016-02-20 Thread Andreas Enge
Hello, before considering more mate packages, I would like to get back to discussing the existing ones; as I am not knowledgeable about desktop packages, I must admit I did not look at them too closely before. So maybe my comments can also be disregarded, but it would be good if someone more exper

Re: [PATCH 1/7] gnu: Add mate-polkit.

2016-02-20 Thread Fabian Harfert
Hello, thanks for your reply. On Sat, 20 Feb 2016 14:41:17 +0100 Andreas Enge wrote: > Hello, > > before considering more mate packages, I would like to get back to > discussing the existing ones; as I am not knowledgeable about desktop > packages, I must admit I did not look at them too close

Re: [PATCH 1/7] gnu: Add mate-polkit.

2016-02-20 Thread Leo Famulari
On Sat, Feb 20, 2016 at 02:41:17PM +0100, Andreas Enge wrote: > Hello, > > before considering more mate packages, I would like to get back to discussing > the existing ones; as I am not knowledgeable about desktop packages, I must > admit I did not look at them too closely before. So maybe my comm

Missing patch on savannah means coreutils can't build

2016-02-20 Thread Christopher Allan Webber
Earlier today I tried doing a build without substitutes. I was surprised to see this error: Starting download of /gnu/store/hg3692jqq4jmhg4qx8d7y67fspimy898-?id=3ba68f9e64fa2eb8af22d510437a0c6441feb5e0 >From >http://git.savannah.gnu.org/cgit/coreutils.git/patch/?id=3ba68f9e64fa2eb8af22d510437a0

Re: Staying on top of Qt security

2016-02-20 Thread Christopher Allan Webber
Andreas Enge writes: > On Thu, Feb 18, 2016 at 02:53:40PM -0800, Christopher Allan Webber wrote: >> I'm assuming this was directed at me (though I don't work on Pumpa, but >> I could ask the author things... I do *use* it every day though). What >> am I being asked here... I'm not sure? Whether

Re: [PATCH 2/2] gnu: Add sonata

2016-02-20 Thread Thompson, David
On Thu, Feb 18, 2016 at 4:26 PM, Christopher Baines wrote: > * gnu/packages/mpd.scm (sonata): New variable. This is really cool, thanks! Sonata was my main music player back in the day and I'm glad to see that it's being maintained again. I cleaned it up somewhat, built it, and ran it. I'm hes

Re: Staying on top of Qt security

2016-02-20 Thread Efraim Flashner
On Thu, 18 Feb 2016 17:35:29 -0500 Leo Famulari wrote: > On Thu, Feb 18, 2016 at 09:43:49PM +0100, Andreas Enge wrote: > [...] > [...] > [...] > > > $ guix refresh -l qt-4 > > > Building the following 18 packages would ensure 24 dependent packages > > > are rebuil

Re: Missing patch on savannah means coreutils can't build

2016-02-20 Thread Efraim Flashner
On Sat, 20 Feb 2016 10:19:51 -0800 Christopher Allan Webber wrote: > Earlier today I tried doing a build without substitutes. I was > surprised to see this error: > > Starting download of > /gnu/store/hg3692jqq4jmhg4qx8d7y67fspimy898-?id=3ba68f9e64fa2eb8af22d510437a0c6441feb5e0 > From > http:

Interest check: U-Boot bootloader support

2016-02-20 Thread Jookia
Hey there, I brought up this topic a long time ago and as since have been thinking about this, reading the code base and getting accustomed to it. I've had the intention of porting GuixSD to use the U-Boot bootloader, which I think can be done without much if any changes to the user-facing configu

[PATCH] gnu: Add libzapojit.

2016-02-20 Thread rennes
Hi, i attached libzapojit patch for review. This is a library for accessing SkyDrive and Hotmail, necessary for documents manager(GNOME apps). Thanks in advanceFrom 2461295d5c4a5a16813053ad40b43c6e2688 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Sat, 20 Feb 2016 16:09:04 -0600 Su

Re: Missing patch on savannah means coreutils can't build

2016-02-20 Thread Christopher Allan Webber
Efraim Flashner writes: > On Sat, 20 Feb 2016 10:19:51 -0800 > Christopher Allan Webber wrote: > >> Earlier today I tried doing a build without substitutes. I was >> surprised to see this error: >> >> Starting download of >> /gnu/store/hg3692jqq4jmhg4qx8d7y67fspimy898-?id=3ba68f9e64fa2eb8af22d

Re: Missing patch on savannah means coreutils can't build

2016-02-20 Thread Mark H Weaver
Christopher Allan Webber writes: > Efraim Flashner writes: > >> On Sat, 20 Feb 2016 10:19:51 -0800 >> Christopher Allan Webber wrote: >> >>> Earlier today I tried doing a build without substitutes. I was >>> surprised to see this error: >>> >>> Starting download of >>> /gnu/store/hg3692jqq4jm

Re: Missing patch on savannah means coreutils can't build

2016-02-20 Thread Mark H Weaver
Mark H Weaver writes: > Christopher Allan Webber writes: > >> Efraim Flashner writes: >> >>> On Sat, 20 Feb 2016 10:19:51 -0800 >>> Christopher Allan Webber wrote: >>> Earlier today I tried doing a build without substitutes. I was surprised to see this error: Starting down

Re: IMPORTANT: glibc security update

2016-02-20 Thread Mark H Weaver
Leo Famulari writes: > On Fri, Feb 19, 2016 at 08:33:07AM -0500, Mark H Weaver wrote: >> Hello Guix! >> >> I've pushed a fix for CVE-2015-7547 to the master branch, although Hydra >> has not fully rebuilt it. I directed Hydra to build the most popular >> packages first, and with greater effort

Re: [PATCH] draft addition of github updater

2016-02-20 Thread Ben Woodcroft
Hi again, Thanks for the comments Ludo. Unfortunately I found a further bug - the updated URL for the new package was actually the old URL not the updated one, and fixing this required some refactoring. I'm afraid I'm almost out of time for this until the end of March, so if there are any f

Re: [PATCH] draft addition of github updater

2016-02-20 Thread Ben Woodcroft
On 21/02/16 13:13, Ben Woodcroft wrote: + #:use-module (guix import github) Oops, forgot to remove this line which I was using for debug. Reattached. >From 29dc5a809e6d8796279911a993ef1b2237c810ca Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Sun, 15 Nov 2015 10:18:05 +1000 Subject: [PATC

Re: Version numbers for VCS snapshots

2016-02-20 Thread Leo Famulari
On Thu, Jan 21, 2016 at 10:05:36PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Thu, Jan 21, 2016 at 10:40:41AM +0100, Ricardo Wurmus wrote: > >> > >> Leo Famulari writes: > >> > >> > That sounds good to me. There was some discussion of how much of the > >> > hash to keep her

[PATCH] gnu: Add gnome-screenshot.

2016-02-20 Thread rennes
Hi, i attached gnome-screenshot patch for review. GNOME Screenshot is a utility used for taking screenshots of the screen. ThanksFrom be7026e12d1ae7611f4b85188fb6400799c39c25 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Sat, 20 Feb 2016 23:25:12 -0600 Subject: [PATCH] gnu: Add gnome-scre

Re: [PATCH 4/4] gnu: python-enum34: Remove python-setuptools from inputs.

2016-02-20 Thread Leo Famulari
On Thu, Feb 18, 2016 at 10:03:32AM +0200, Efraim Flashner wrote: > On Sun, 14 Feb 2016 20:44:52 -0500 > Leo Famulari wrote: > > > * gnu/packages/python.scm (python-enum34)[inputs]: Remove > > python-setuptools. > > --- > > gnu/packages/python.scm | 2 -- > > 1 file changed, 2 deletions(-) > > >

Re: [PATCH 4/4] gnu: python-enum34: Remove python-setuptools from inputs.

2016-02-20 Thread Efraim Flashner
On Sun, 21 Feb 2016 00:49:35 -0500 Leo Famulari wrote: > On Thu, Feb 18, 2016 at 10:03:32AM +0200, Efraim Flashner wrote: > [...] > [...] > [...] > > > I built letsencrypt, which depends on python2-enum34 via > python2-cryptography, on this branch and successfully renewed my certs > wi

Re: Staying on top of Qt security

2016-02-20 Thread Leo Famulari
On Sat, Feb 20, 2016 at 10:27:52AM -0800, Christopher Allan Webber wrote: > Andreas Enge writes: > > > On Thu, Feb 18, 2016 at 02:53:40PM -0800, Christopher Allan Webber wrote: > >> I'm assuming this was directed at me (though I don't work on Pumpa, but > >> I could ask the author things... I do *