Re: [PATCH] gnu: rapicorn: Fix tests.

2016-05-15 Thread Leo Famulari
On Sun, May 15, 2016 at 01:11:06PM +0200, Ricardo Wurmus wrote: > * gnu/packages/graphics.scm (rapicorn)[arguments]: Add build phases > "fix-tests" and "pre-check". Generalize "replace-/bin/ls" phase to > "replace-fhs-paths". > [propagated-inputs]: Add python2-enum34. > [native-inputs]: Add xorg-s

Re: [PATCH] envstore-2.1

2016-05-15 Thread Matthew Jordan
Good Day, I updated the copyright info, and the gnu/local.mk file. >From 718df1481b058de1f9c04b5c75504a73d5cd7067 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 12 May 2016 14:57:34 -0400 Subject: [PATCH] gnu: Add shellutils. * gnu/package/shellutils.scm: New file. --- gnu/local.mk

Re: Content-addressed mirrors for tarballs

2016-05-15 Thread Thompson, David
On Sun, May 15, 2016 at 5:56 PM, Ludovic Courtès wrote: > Hello Guix! > > Commit cd436bf05a8344acf4462f3602e7d360821a902a allows source tarballs > to be fetched from content-addressed mirrors, such as tarballs.nixos.org > (I expect other mirrors will be added soon.) > > By default, URLs of the sty

Content-addressed mirrors for tarballs

2016-05-15 Thread Ludovic Courtès
Hello Guix! Commit cd436bf05a8344acf4462f3602e7d360821a902a allows source tarballs to be fetched from content-addressed mirrors, such as tarballs.nixos.org (I expect other mirrors will be added soon.) By default, URLs of the style http://tarballs.nixos.org/sha256/XYZ are automatically appended to

Re: Workflow management with GNU Guix

2016-05-15 Thread Ludovic Courtès
Hello Guix! Roel Janssen skribis: > So, I would like to propose a new Guix subcommand and an extension to > the package management language to add workflow management features. > > Would this be a feature you are interested in adding to GNU Guix? I don’t know if it should be in Guix itself (and

Re: [PATCH 2/2] gnu: netpbm: Fix location of X color name database.

2016-05-15 Thread Ludovic Courtès
Alex Kost skribis: > I think it would also be good to add #t to the end of all these phases > to make sure that when the phases succeed, they return non-false value. Agreed. Federico: Please commit to ‘core-updates’, since many many things depend on netpbm. Thanks! Ludo’.

Re: [PATCH] import: pypi: read requirements from wheels.

2016-05-15 Thread Ludovic Courtès
Leo Famulari skribis: > On Sat, Mar 26, 2016 at 02:45:50AM +0100, Cyril Roelandt wrote: >> * doc/guix.tex (Invoking guix import): Mention that the pypi importer >> works better with "unzip". >> * guix/import/pypi.scm (latest-wheel-release, >> wheel-url->extracted-directory): New procedures. >> *

Re: [PATCH] entr-3.5

2016-05-15 Thread Ludovic Courtès
Hello! Matthew Jordan skribis: > Thank you for the welcome Ludovic Courtès. I just have a couple of > questions. > >> 3. Added the file to gnu/local.mk. > > Is this file to be updated when a new source file is added? Yes. >> 4. Added a ChangeLog-style commit log. > > Is there a specific re

Re: [PATCH] gnu: Add SBC.

2016-05-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/linux.scm (sbc): New variable. Oky! Thanks, Ludo'.

Re: [PATCH] gnu: Add Chez-Scheme.

2016-05-15 Thread Ludovic Courtès
Federico Beffa skribis: > Well, the new release has just appeared :-) So I will switch to it > immediately. Great. Thanks for working on it, I’m surprised it took so long before someone would propose a package. ;-) Ludo’.

Re: [PATCH] version bump libgcrypt -> 1.7

2016-05-15 Thread Leo Famulari
On Sat, May 14, 2016 at 11:54:30PM +, ng0 wrote: > I guess It is safe to say that libgcrypt-1.7 does not break gnunet-gtk > functionality, it has to be everything else I am looking at but not > libgcrypt, error introduced itself on a new build system with > libgcrypt-1.6.5 That's good to know.

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-05-15 Thread Leo Famulari
On Mon, May 02, 2016 at 10:19:16PM -0400, Leo Famulari wrote: > On Tue, May 03, 2016 at 12:38:44AM +0200, Jan Nieuwenhuizen wrote: > > Leo Famulari writes: > > > On Wed, Apr 27, 2016 at 09:05:26PM +0200, Jan Nieuwenhuizen wrote: > > >> Yes. Moved python to inputs, added python wrapper. > > > > > >

[PATCH] Emacs Zenburn

2016-05-15 Thread Catonano
Hello, this is my first attempt at importing a package into Guix. My first attempt ever. It's trivial: the Zenburn theme for Emacs. The linter claims that lines 44 and 45 are too long. I didn't choose myself to make them so long. It was the automatic identation on the Emacs Scheme mode. Did it d

Re: [PATCH] envstore-2.1

2016-05-15 Thread Matthew Jordan
Good day Mark H Weaver, I have updated the patch in accordance with your suggestions. And thank you for the feed back you provided in your previous email. This only the second package I have submitted so far. Also I renamed to the source file to shellutils.scm, let me know if this is acceptable.

Re: [PATCH] Add Bluetooth support to Pulseaudio.

2016-05-15 Thread Ricardo Wurmus
Alex Kost writes: > Ricardo Wurmus (2016-05-14 12:43 +0300) wrote: > >> Hello Guix, >> >> this patch adds Bluetooth support to pulseaudio. (Since bluez5 there >> is no native support for the ALSA backend any more.) This adds very >> little to the pulseaudio closure as you can see below. >> >>

[PATCH] gnu: rapicorn: Fix tests.

2016-05-15 Thread Ricardo Wurmus
* gnu/packages/graphics.scm (rapicorn)[arguments]: Add build phases "fix-tests" and "pre-check". Generalize "replace-/bin/ls" phase to "replace-fhs-paths". [propagated-inputs]: Add python2-enum34. [native-inputs]: Add xorg-server. --- gnu/packages/graphics.scm | 31 ---

[PATCH] gnu: Add sicp.

2016-05-15 Thread Jan Nieuwenhuizen
Hi, Too lazy to get up and go for my book shelf, I was presently surprised that SICP is available in info; and even more surprised it hasn't been packaged yet. Happy hacking! Greetings, Jan >From 85c7f3d9ba64989b2fbdba9ee0a0da6c635b1d3c Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun

Re: [PATCH] Add Bluetooth support to Pulseaudio.

2016-05-15 Thread Alex Kost
Efraim Flashner (2016-05-14 22:59 +0300) wrote: > On Sat, May 14, 2016 at 07:54:57PM +0300, Alex Kost wrote: >> Ricardo Wurmus (2016-05-14 12:43 +0300) wrote: >> >> > Hello Guix, >> > >> > this patch adds Bluetooth support to pulseaudio. (Since bluez5 there >> > is no native support for the ALSA