Re: mcron service

2016-06-23 Thread Danny Milosavljevic
Hi, I tried it out and can confirm that it still works. Nice! Just curious, how would I specify the user to run the job under now? How do I read the guix texinfo manual (using info) when the manual is not installed (i.e. read directly from the git checkout)? (Also, I wonder whether it would ma

Re: [PATCH] Quick-start guide

2016-06-23 Thread yoosty
On Thu, Jun 16, 2016 at 3:51 AM, Ludovic Courtès wrote: > Hi, > > yoo...@gmail.com skribis: > > > After reading the feedback here and spending some more time in IRC (which > > really drives home the feedback about translations and colloquialisms, > > thanks John) I would like to do the following:

Re: article on Guix

2016-06-23 Thread Leo Famulari
On Thu, Jun 23, 2016 at 12:55:44PM -0700, Bruce Byfield wrote: > Hi: > > With the recent attention being paid to Ubuntu's Snappy packages, I > thought this would be a good time to bring the development of Guix to > reader's attention. I agree. There has been a lot of discussion of Snappy, Flatp

Re: [PATCH]: guix: python-build-system: Change pypi-uri to use https://pypi.io.

2016-06-23 Thread Ben Woodcroft
On 23/06/16 21:39, 宋文武 wrote: Leo Famulari writes: On Wed, Jun 22, 2016 at 01:35:17PM -0500, Christopher Allan Webber wrote: Note that the old URL scheme no longer seemed to work. I'm not thrilled by the new URL "scheme". It seems like more work to update with each version bump. I'm not

Re: [PATCH] gnu: Add python2-qrcode

2016-06-23 Thread Ben Woodcroft
On 24/06/16 02:41, Daniel Pimentel wrote: In attach a full patch. Update URI with Pypi. I tried: ./pre-inst-env guix environment --pure --ad-hoc python2-qrcode python@2 $ qr "Guix" > guix-qrcode.png It's work. But whent import by python shell using: $ python import qrcode img = qrcode.make(

Re: Patch to rename NIX_CONF_DIR to GUIX_CONF_DIR

2016-06-23 Thread ng0
On 2016-06-23(09:07:49PM+0200), David Craven wrote: > Hi > > First I have to say `guix build guix --with-source=.` is totally awesome!! > > I couldn't find any documentation on the git commit message > convention, hope I did it right. Thanks for the patch. As far as I know we follow the GNU coding

Re: patches question

2016-06-23 Thread ng0
On 2016-06-23(10:14:50PM+0200), Andreas Enge wrote: > On Thu, Jun 23, 2016 at 11:30:35AM +, ng0 wrote: > > In the case of netcat-openbsd, Debian is the Linux upstream, > > maintaining the port of netcat from OpenBSD. > > The patches have not seen an update since 2012 and are still > > functiona

Patch to rename NIX_CONF_DIR to GUIX_CONF_DIR

2016-06-23 Thread David Craven
Hi First I have to say `guix build guix --with-source=.` is totally awesome!! I couldn't find any documentation on the git commit message convention, hope I did it right. Thanks David From d6acb7f685d2d3a5e51c2601e8a48c2fee54c1cd Mon Sep 17 00:00:00 2001 From: David Craven Date: Thu, 23 Jun 201

article on Guix

2016-06-23 Thread Bruce Byfield
Hi: With the recent attention being paid to Ubuntu's Snappy packages, I thought this would be a good time to bring the development of Guix to reader's attention. Would two or three people be willing to answer questions for me over the next few days? I would need the answers by Tuesday, June 28

Re: patches question

2016-06-23 Thread Andreas Enge
On Thu, Jun 23, 2016 at 01:23:47PM +, ng0 wrote: > Firefox wip, untested, not even run, just filling in fixes > which very likely have broken syntax looks like the later > inserted file. In this file there is a 140+ lines phase > which aims at doing what the following inserted patch > does. It

Re: patches question

2016-06-23 Thread Andreas Enge
On Thu, Jun 23, 2016 at 11:30:35AM +, ng0 wrote: > In the case of netcat-openbsd, Debian is the Linux upstream, > maintaining the port of netcat from OpenBSD. > The patches have not seen an update since 2012 and are still > functional. > I can understand that we don't want to maintain more patc

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-06-23 Thread Andreas Enge
On Mon, Jun 20, 2016 at 11:10:20AM +0200, Andreas Enge wrote: > This is maybe too much right now; question to those who suffer the most from > core-updates: Should I push it to core-updates-next? This patch is nice to > have, but probably not very urgent. I just pushed to core-updates-next. Andre

Re: Erlang

2016-06-23 Thread Pjotr Prins
I used this package to build Elixir and 3000+ tests passed. I think it should go in :). Thanks Leo for patching the remaining files that write time stamps. Erlang itself now is deterministic and compiles reproducible targets making those deterministic. Very important package. Pj. On Thu, Jun

[PATCH] gnu: Add python2-qrcode

2016-06-23 Thread Daniel Pimentel
In attach a full patch. Update URI with Pypi. I tried: ./pre-inst-env guix environment --pure --ad-hoc python2-qrcode python@2 $ qr "Guix" > guix-qrcode.png It's work. But whent import by python shell using: $ python import qrcode img = qrcode.make('Some data here') Not work, probably proble

Re: [PATCH] build: Correctly determine the system type for GNU/Hurd systems.

2016-06-23 Thread Manolis Ragkousis
Hello everyone, On 06/19/16 16:57, Ludovic Courtès wrote: > I wonder why this is needed though; normally, when building on > i586-unknown-gnu*, the next case: > > --8<---cut here---start->8--- > case "$host_os" in >linux-gnu*) > # For backw

Re: [PATCH 2/2] gnu: Update python2-qrcode

2016-06-23 Thread Daniel Pimentel
Thanks for the updated patch. In future would you mind sending the whole patch like as attached? It just makes things easier - thanks. Ok, thanks I noticed that the sha256 did not change, so I changed the source field. But perhaps more problematically, I couldn't get the example in the README

[PATCH] gnu: Add python2-pbkdf2 and update python2-jsonrpclib

2016-06-23 Thread Daniel Pimentel
* gnu/packages/python.scm: add new package and update variable Note: full package (merge commits) -- Daniel Pimentel (aka d4n1)From 7acca9fa8e2c67b1149c584b447270d501376fe7 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Thu, 23 Jun 2016 13:02:58 -0300 Subject: [PATCH] gnu: add python2-pbk

[PATCH 09/10] gnu: Add python-ukpostcodeparser and python2-ukpostcodeparser.

2016-06-23 Thread 宋文武
* gnu/packages/python.scm (python-ukpostcodeparser) (python2-ukpostcodeparser): New variables. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 68123cc..50d9ee9 100644 --- a/gnu/packages/

[PATCH 03/10] gnu: Add python-inflection and python2-inflection.

2016-06-23 Thread 宋文武
* gnu/packages/python.scm (python-inflection, python2-inflection): New variables. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6e30377..ced8232 100644 --- a/gnu/packages/python.scm

[PATCH 05/10] gnu: Add python-cleo and python2-cleo.

2016-06-23 Thread 宋文武
* gnu/packages/python.scm (python-cleo, python2-cleo): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1dc5212..d1d127b 100644 --- a/gnu/packages/python.scm +++ b/gn

[PATCH 10/10] gnu: Add python-fake-factory and python2-fake-factory.

2016-06-23 Thread 宋文武
* gnu/packages/python.scm (python-fake-factory, python2-fake-factory): New variables. --- gnu/packages/python.scm | 47 +++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 50d9ee9..7f3f95d 100644 ---

[PATCH 08/10] gnu: Add python-email-validator and python2-email-validator.

2016-06-23 Thread 宋文武
* gnu/packages/python.scm (python-email-validator) (python2-email-validator): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ff3cb99..68123cc 100644 --- a/gnu/p

[PATCH 06/10] gnu: Add python-lazy-object-proxy and python2-lazy-object-proxy.

2016-06-23 Thread 宋文武
* gnu/packages/python.scm (python-lazy-object-proxy) (python2-lazy-object-proxy): New variables. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d1d127b..dc9879a 100644 --- a/gnu/packag

[PATCH 07/10] gnu: Add python-dnspython and python2-dnspython.

2016-06-23 Thread 宋文武
* gnu/packages/python.scm (python-dnspython, python2-dnspython): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index dc9879a..ff3cb99 100644 --- a/gnu/packages/python.scm

[PATCH 04/10] gnu: Add python-pylev and python2-pylev.

2016-06-23 Thread 宋文武
* gnu/packages/python.scm (python-pylev, python2-pylev): New variables. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ced8232..1dc5212 100644 --- a/gnu/packages/python.scm +++ b/gnu/p

[PATCH 02/10] gnu: Add python-arrow and python2-arrow.

2016-06-23 Thread 宋文武
* gnu/packages/python.scm (python-arrow, python2-arrow): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0c9bd22..6e30377 100644 --- a/gnu/packages/python.scm +++ b/

[PATCH 01/10] gnu: Add python-chai and python2-chai.

2016-06-23 Thread 宋文武
* gnu/packages/python.scm (python-chai, python2-chai): New variables. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8c34ff2..0c9bd22 100644 --- a/gnu/packages/python.scm +++ b/gnu/p

A plan for upgrading postgres?

2016-06-23 Thread Christopher Allan Webber
Heya everyone, I'm not sure anyone else is seriously running postgresql right now, but I've been using it for some test development, and eventually I intend to deploy to GNU Guix machines. I think to do this, we'll need to keep around the prior version of postgres. pg_upgrade requires it: htt

Re: patches question

2016-06-23 Thread ng0
Firefox wip, untested, not even run, just filling in fixes which very likely have broken syntax looks like the later inserted file. In this file there is a 140+ lines phase which aims at doing what the following inserted patch does. It is still growing (2 files left to patch). As 'maybe' icecat can

[PATCH]: guix: python-build-system: Change pypi-uri to use https://pypi.io.

2016-06-23 Thread 宋文武
Leo Famulari writes: > On Wed, Jun 22, 2016 at 01:35:17PM -0500, Christopher Allan Webber wrote: >> Note that the old URL scheme no longer seemed to work. >> >> I'm not thrilled by the new URL "scheme". It seems like more work to >> update with each version bump. I'm not sure what the solution

Re: patches question

2016-06-23 Thread ng0
On 2016-06-23(01:09:43PM+0200), Andreas Enge wrote: > Hello, > > On Thu, Jun 23, 2016 at 10:41:08AM +, ng0 wrote: > > After the last reply to my netcat-openbsd, I am > > uncertain about the kind of patches which can > > be included by policy. > > my opinion is: as few patches as possible, given

Re: patches question

2016-06-23 Thread Andreas Enge
Hello, On Thu, Jun 23, 2016 at 10:41:08AM +, ng0 wrote: > After the last reply to my netcat-openbsd, I am > uncertain about the kind of patches which can > be included by policy. my opinion is: as few patches as possible, given that we need to maintain them with very little peoplepower, and t

patches question

2016-06-23 Thread ng0
After the last reply to my netcat-openbsd, I am uncertain about the kind of patches which can be included by policy. For firefox, I would start to include what fixes buildprocess for us and fixes bugs (including features) upstream has not bothered to close yet or in general. That is what the netc

Re: Adding wc to Bournish

2016-06-23 Thread Ludovic Courtès
Hello! Efraim Flashner skribis: [...] >> I prefer the approach Ricardo suggested, I think it’s more concise and >> clearer: >> >> https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00525.html >> >> Also, note that @@ would not be needed here; @@ serves to access private >> bindings w

mcron service

2016-06-23 Thread Ludovic Courtès
Hi! Commit c311089b0b19f094e44d3f858c29f77d757332d1 adds ‘mcron-service’. If you want to give it a try, your feedback is welcome! Excerpt from the manual below. Ludo’. 7.2.7.2 Scheduled Job Execution ... The ‘(gnu services mcron)’ module provides an interface to GNU