Re: [PATCH 1/1] gnu: letsencrypt, python-acme: Update to 0.5.0

2016-04-10 Thread Efraim Flashner
On Mon, Apr 11, 2016 at 12:04:20AM -0400, Leo Famulari wrote: > These packages should be updated together. > > * gnu/packages/tls.scm (letsencrypt): Update to 0.5.0. > (python-acme, python2-acme): Update to 0.5.0. > --- > gnu/packages/tls.scm | 8 > 1 file changed, 4 insertions(+), 4 del

Re: [PATCH] gnu: Add gnome-sudoku and qqwing

2016-04-10 Thread Efraim Flashner
On Sun, Apr 10, 2016 at 11:23:51PM -0400, k...@openmailbox.org wrote: > I'm attempting something new with this patch. I want to add gnome-sudoku to > the tree, and it requires qqwing as a dependency. QQwing didn't seem to fit > in any other category so I put it in it's own file. > > Guidance would

Re: [PATCH] gnu: Add gnome-sudoku and qqwing

2016-04-10 Thread Leo Famulari
On Sun, Apr 10, 2016 at 11:23:51PM -0400, k...@openmailbox.org wrote: > I'm attempting something new with this patch. I want to add gnome-sudoku to > the tree, and it requires qqwing as a dependency. QQwing didn't seem to fit > in any other category so I put it in it's own file. > > Guidance would

[PATCH 1/1] gnu: letsencrypt, python-acme: Update to 0.5.0

2016-04-10 Thread Leo Famulari
These packages should be updated together. * gnu/packages/tls.scm (letsencrypt): Update to 0.5.0. (python-acme, python2-acme): Update to 0.5.0. --- gnu/packages/tls.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 07

[PATCH 0/1] letsencrypt 0.5.0

2016-04-10 Thread Leo Famulari
Letsencrypt version 0.5.0 has been released. The method for renewing certificates has changed. Please adapt your renewal methods when updating. This command ...: $ letsencrypt certonly --renew [...] ... has been superseded by this one ...: $ letsencrypt renew The syntax and the behavior have

[PATCH] gnu: Add gnome-sudoku and qqwing

2016-04-10 Thread kei
I'm attempting something new with this patch. I want to add gnome-sudoku to the tree, and it requires qqwing as a dependency. QQwing didn't seem to fit in any other category so I put it in it's own file. Guidance would be appreciated! Thank you in advance.From c257cec53be971a009f860364b44f4ed43

Re: [PATCH v7] Add hplip

2016-04-10 Thread Danny Milosavljevic
Hi, On Mon, 04 Apr 2016 23:45:07 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Here’s an improved version of the patch you posted, which removes the > dependency on Autoconf/Automake and keeps using /var as the > localstatedir. I've tested your patched patch and can confirm that the package "hpl

[PATCH] gnu: glibc: Rename linux-headers input to kernel-headers.

2016-04-10 Thread Manolis Ragkousis
Time to start merging wip-hurd to core-updates. I built core updates locally and I made sure it doesn't break anything. Manolis >From 2eefef2dea7fa6c027bfe611cfd6bb3a9d17fd94 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Sun, 10 Apr 2016 21:20:51 +0300 Subject: [PATCH] gnu: glibc: Renam

Re: [PATCH] gnu: Add giac-xcas

2016-04-10 Thread Nicolas Goaziou
I realized Guix already provided "libao", as "ao" variable. However, I don't know why it isn't "public". I also packaged "mpfi". Since all dependencies of "giac-xcas" are now available, I can update the package definition. I'm not sure about input "texlive-minimal". Debian package doesn't have i

Re: pytest plugins

2016-04-10 Thread Efraim Flashner
On Sun, Apr 10, 2016 at 06:19:38PM +1000, Ben Woodcroft wrote: > Hi there, > > I'm running into clashes when using pytest plugins e.g. > > $ ./pre-inst-env guix environment -C --ad-hoc python-pytest-cov > [..] > warning: collision encountered: > /gnu/store/cfj96msw5ypxcii4z615l03wbjq5hcs9-python

pytest plugins

2016-04-10 Thread Ben Woodcroft
Hi there, I'm running into clashes when using pytest plugins e.g. $ ./pre-inst-env guix environment -C --ad-hoc python-pytest-cov [..] warning: collision encountered: /gnu/store/cfj96msw5ypxcii4z615l03wbjq5hcs9-python-pytest-cov-2.2.0/bin/py.test /gnu/store/4hz0mf56b9mm8q97k5iw5xbb909vsz4p-pyt

Re: [PATCH] gnu: add vte-ng

2016-04-10 Thread Alex Kost
Mckinley Olsen (2016-04-09 21:10 +0300) wrote: > Sorry, I'm new to mailing lists; hope this gets to the right place Oops, it wasn't Cc-ed to guix-devel list, but since I'm replying, the others will see it anyway. > I used the git checkout, as I started writing termite's package first > and reali