Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-03 Thread rennes
Hello, thanks for the explanation. Now regarding the patch, what is the status on upstream? Are those fontconfig patches present in fontconfig upstream? The current release is 2.12.0, and still uses the constant PATH_MAX. And I have not found any related patch for this detail. Thanks

Re: [PATCH] gnu: Add di.

2016-07-03 Thread John J Foerch
John J Foerch writes: > Leo Famulari writes: > >> On Sat, Jul 02, 2016 at 03:13:52PM -0400, John J Foerch wrote: >>> * gnu/packages/admin.scm (di): New variable. >> >> Thanks! >> >>> +(arguments >>> + `(#:phases >>> + (modify-phases

Re: [PATCH 0/5] Sphinx reproducibility update

2016-07-03 Thread Leo Famulari
On Sun, Jul 03, 2016 at 11:54:02PM +0200, Ludovic Courtès wrote: > iyzs...@member.fsf.org (宋文武) skribis: > > > Leo Famulari writes: > >> [...] > >> > >> With this change, many Python 2 packages will become reproducible, at > >> least on a single machine; the only thing

Re: [PATCH] gnurl: Update to 7.48.0.

2016-07-03 Thread ng0
I hope this works now. >From 09b306ffa62d9555dc835dfb933a5ad4434a641e Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 1 Jul 2016 18:21:45 + Subject: [PATCH] gnu: gnurl: Update to 7.48.0. * gnu/packages/gnunet.scm (gnurl): Update to 7.48.0. ---

Re: [PATCH] gnurl: Update to 7.48.0.

2016-07-03 Thread ng0
Updated patch is coming as the next message after I built it. Efraim Flashner writes: > I also got an error about a missing name, not sure what that's about. > > Applying: This updates libgnurl to 7.48.0. > fatal: empty ident name (for <>) not allowed This error is weird. As you can see from my

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-03 Thread Manolis Ragkousis
Hello Rennes, I am sorry for the long delay, I somehow missed the patch. Leo thank you for telling me. On 06/18/16 22:02, ren...@openmailbox.org wrote: > Hello Guix team, > > i'm doing tests whith GNU Guix on GNU Hurd, compiling fontconfig and > there is an error during compilation: Once again

gexps and ‘with-imported-modules’

2016-07-03 Thread Ludovic Courtès
Hello! The ‘wip-gexp-imported-modules’ branch changes gexps so that each gexp embeds information about which modules need to be imported into its execution environment. Before you would do: (gexp->derivation "foo" #~(begin (use-modules (guix build

Re: Container howto for X11?

2016-07-03 Thread Thompson, David
On Sun, Jul 3, 2016 at 2:40 PM, Pjotr Prins wrote: > Is there a container howto for X11 applications? I would like to run > the browser in a Guix container. Fun with a serious note. If you share the X11 socket file and set $DISPLAY to the right value, then you should

Re: [PATCH] gnu: conkeror: Update to 1.0.3

2016-07-03 Thread John J Foerch
Efraim Flashner writes: > On Sun, Jul 03, 2016 at 11:50:37AM -0400, John J Foerch wrote: >> From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001 >> From: "John J. Foerch" >> Date: Sun, 3 Jul 2016 11:46:20 -0400 >> Subject: [PATCH]

Re: [PATCH] gnu: Add di.

2016-07-03 Thread John J Foerch
Leo Famulari writes: > On Sat, Jul 02, 2016 at 03:13:52PM -0400, John J Foerch wrote: >> * gnu/packages/admin.scm (di): New variable. > > Thanks! > >> +(arguments >> + `(#:phases >> + (modify-phases %standard-phases >> + (delete 'configure) >> +

Re: [PATCH] import: cpan: Use our mirrors for 'https' URLs.

2016-07-03 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > * guix/import/cpan.scm (fix-source-url): New procedure. > (cpan-module->sexp): Use it to construct our source-url. > * tests/cpan.scm: Add tests for fix-source-url. Applied, thanks! Ludo’.

Re: [PATCH 5/5] gnu: python-sphinx-rtd-theme: Update to 0.1.9.

2016-07-03 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme): > Update to 0.1.9. OK!

Re: [PATCH 4/5] gnu: python-sphinx: Update to 1.4.4.

2016-07-03 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/python.scm (python-sphinx, python2-sphinx): Update to 1.4.4. > [source]: Use pypi-uri. > [inputs]: Add python-alabaster, python-babel, python-imagesize, python-six. > [propagated-inputs]: New field. [...] > +(propagated-inputs > +

Re: pybitmessage, python2-pyqt-4 - strace and packages

2016-07-03 Thread ng
Hi, thanks for taking the time to look into this. Ricardo Wurmus writes: > n...@we.make.ritual.n0.is writes: > >> The strace output is very long, but I hope someone can help me >> with more experience with python. >> The visible error is that pyqt-4 is not found, but strace throws >> many more.

Re: [PATCH 2/5] gnu: Add python-alabaster.

2016-07-03 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/python.scm (python-alabaster, python2-alabaster): New > variables. [...] > +Sphinx documentation system. It is compatible with Python 2 and 3, and it is > the ^^ Two spaces after period, but otherwise

Re: [PATCH 1/5] gnu: Add python-imagesize.

2016-07-03 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/python.scm (python-imagesize, python2-imagesize): New > variables. [...] > +(description "This Python module returns the size of an image. It > supports Two spaces after period. :-) Otherwise LGTM, thanks. Ludo’.

Re: [PATCH 0/5] Sphinx reproducibility update

2016-07-03 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > Leo Famulari writes: >> [...] >> >> With this change, many Python 2 packages will become reproducible, at >> least on a single machine; the only thing holding them back was the >> manpage timestamps. > Cool! > >> >> These changes will

Re: [PATCH 0/5] Sphinx reproducibility update

2016-07-03 Thread Ludovic Courtès
Hello, Leo Famulari skribis: > Since version 1.4.0, Sphinx has respected the SOURCE_DATE_EPOCH > environment variable for the timestamps it puts in generated > documentation [0]. Awesome! > This patch series updates Sphinx to the latest version, 1.4.4, and > provides all

Re: [PATCH] Update name for ng0

2016-07-03 Thread Ludovic Courtès
n...@we.make.ritual.n0.is skribis: > This trivial patch fixes occurences of my name to > this name and updates .mapmap accordingly. Applied! Ludo’.

Re: [PATCH] Add python2-protobuf

2016-07-03 Thread Leo Famulari
On Sun, Jul 03, 2016 at 03:48:18PM -0300, Daniel Pimentel wrote: > Hi Guix, > > Add python2-protobuf > > * gnu/packages/python.scm (python2-protobuf): New variables. Thanks for this! Can you try building the python-3 version as well, and then using package-with-python2 to make python2-protobuf?

Re: [PATCH 2/2] gnu: guix: Add emacs-magit-popup to propagated-inputs.

2016-07-03 Thread Ludovic Courtès
Alex Kost skribis: > * gnu/packages/package-management.scm (guix-0.10.0): Add > 'emacs-magit-popup' to make it possible to use "M-x guix" command. OK!

Re: [PATCH 1/2] gnu: Add emacs-magit-popup.

2016-07-03 Thread Ludovic Courtès
Alex Kost skribis: > * gnu/packages/emacs.scm (emacs-magit-popup): New variable. LGTM, thanks! Ludo’.

Re: [PATCH 2/3] gnu: Add rng-tools 5.

2016-07-03 Thread Leo Famulari
On Sun, Jul 03, 2016 at 04:26:28AM +0200, David Craven wrote: > * gnu/packages/linux.scm: New package. Thanks for this rng-tools package! I made some cosmetic changes, added some details about the licensing, cleaned up the commit message, added you to the list of authors, and pushed as

Re: [PATCH 1/3] gnu: Reorder imports alphabetically.

2016-07-03 Thread Leo Famulari
On Sun, Jul 03, 2016 at 04:05:39AM +0200, David Craven wrote: > * gnu/packages/linux.scm: Refactor. Thanks for doing this housekeeping! Hopefully we can maintain the order in the future :) In the interest of consistency, I re-wrote the commit message in the style of the only related commit I

Re: [PATCH] gnu: Add di.

2016-07-03 Thread Leo Famulari
On Sat, Jul 02, 2016 at 03:13:52PM -0400, John J Foerch wrote: > * gnu/packages/admin.scm (di): New variable. Thanks! > +(arguments > + `(#:phases > + (modify-phases %standard-phases > + (delete 'configure) > + (delete 'check) Did you try setting `#:test-target

Re: [PATCH] gnu: Add alot and python-urwidtrees

2016-07-03 Thread Leo Famulari
Thanks for the updated patches! On Sat, Jul 02, 2016 at 02:43:44PM -0400, Troy Sankey wrote: > Finally, I'll say that I do use it, and it does build and work correctly. Great! I found that setuptools was not required for urwidtrees, so I removed it, added changelogs to the commit messages, and

Re: [PATCH 2/2] gnu: testdisk: Update to 7.0.

2016-07-03 Thread Leo Famulari
On Sun, Jul 03, 2016 at 06:25:55PM +0200, Ricardo Wurmus wrote: > * gnu/packages/admin.scm (testdisk): Update to 7.0. It builds for me on x86_64.

Re: [PATCH 1/2] gnu: testdisk: Add optional dependencies.

2016-07-03 Thread Leo Famulari
On Sun, Jul 03, 2016 at 06:25:54PM +0200, Ricardo Wurmus wrote: > * gnu/packages/admin.scm (testdisk)[inputs]: Add ntfs-3g and libjpeg. > --- > gnu/packages/admin.scm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm >

Re: [PATCH 0/6] Pytest update

2016-07-03 Thread Leo Famulari
On Sun, Jul 03, 2016 at 08:58:39AM +0300, Efraim Flashner wrote: > The patch-set looks good to me. For the curious, I checked python-pytest > and python2-pytest and ended up with 81 packages and 235 dependants, but > some of those are from my WIP tree in GUIX_PACKAGE_PATH What branch should it go

[PATCH] Add python2-protobuf

2016-07-03 Thread Daniel Pimentel
Hi Guix, Add python2-protobuf * gnu/packages/python.scm (python2-protobuf): New variables. Thanks, -- Daniel Pimentel (aka d4n1)From 6584dd0d96fcef9e93c8285b074a9cf41c3d2efc Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Sun, 3 Jul 2016 15:45:17 -0300 Subject: [PATCH

Container howto for X11?

2016-07-03 Thread Pjotr Prins
Is there a container howto for X11 applications? I would like to run the browser in a Guix container. Fun with a serious note. Pj.

[PATCH 3/4] services: Add rngd-service.

2016-07-03 Thread David Craven
* gnu/services/base.scm: New service. * doc/guix.texi: Add documentation. --- doc/guix.texi | 6 ++ gnu/services/base.scm | 43 +-- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index

[PATCH 4/4] build: Ignore texi2pdf temporary files.

2016-07-03 Thread David Craven
* .gitignore: Modify. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 003412e..6e892ca 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ /doc/guix.ky /doc/guix.pg /doc/guix.toc +/doc/guix.t2p /doc/guix.tp /doc/guix.vr /doc/guix.vrs

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

2016-07-03 Thread d4n1
i will try and report it. thanks Daniel Pimentel (aka d4n1)On Leo Famulari , Jul 1, 2016 5:50 PM wrote:On Thu, Jun 23, 2016 at 01:07:26PM -0300, Daniel Pimentel wrote: > * gnu/packages/python.scm: add new package and update variable The program claims to support Python 3

Re: [PATCH] gnu: conkeror: Update to 1.0.3

2016-07-03 Thread Efraim Flashner
On Sun, Jul 03, 2016 at 11:50:37AM -0400, John J Foerch wrote: > From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001 > From: "John J. Foerch" > Date: Sun, 3 Jul 2016 11:46:20 -0400 > Subject: [PATCH] gnu: conkeror: Update to 1.0.3. > > *

Re: gnunet-fs integration

2016-07-03 Thread ng0
Hi, read an update inline commented. ng0 writes: > Hi, > > Ludovic Courtès writes: > >> Hello, >> >> n...@we.make.ritual.n0.is skribis: >> >>> While I'm still new to guile and guix, one of my main motivations >>> since I started contributing to guix was an item on the end of >>> the roadmap,

[PATCH] gnu: Add emacs-eprime

2016-07-03 Thread Roel Janssen
Dear Guix, Here's a fairly trivial patch to add an eprime-mode for Emacs. The author hasn't made a release (at least not on Github), so I grabbed the source by the most recent commit (June 27, 2014), and used a version number compatible with how it is used in MELPA. Hopefully this is OK to

Re: [PATCH 0/2] Add emacs-emms-player-mpv.

2016-07-03 Thread Ricardo Wurmus
Ludovic Courtès writes: >> Do you want me to define an alias for “emms” now in the manner you >> suggested in your email from 2015? Or should this be done once the UI >> supports dealing with deprecated packages? > > Once the UI is done. Currently this would have no effect.

Cross-building GuixSD (and maybe using pre-built toolchains)

2016-07-03 Thread Paul Boddie
Hello, I've been looking at FSF-endorsed Free Software distributions and found GuixSD, and I have a few questions about bootstrapping the distribution for another architecture. I was looking at the documentation, which is rather more helpful than most distributions when it comes to describing

[PATCH 2/2] gnu: testdisk: Update to 7.0.

2016-07-03 Thread Ricardo Wurmus
* gnu/packages/admin.scm (testdisk): Update to 7.0. --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2014ecb..85c863b 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@

[PATCH 1/2] gnu: testdisk: Add optional dependencies.

2016-07-03 Thread Ricardo Wurmus
* gnu/packages/admin.scm (testdisk)[inputs]: Add ntfs-3g and libjpeg. --- gnu/packages/admin.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 415a35a..2014ecb 100644 --- a/gnu/packages/admin.scm +++

[PATCH] gnu: conkeror: Update to 1.0.3

2016-07-03 Thread John J Foerch
>From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001 From: "John J. Foerch" Date: Sun, 3 Jul 2016 11:46:20 -0400 Subject: [PATCH] gnu: conkeror: Update to 1.0.3. * gnu/packages/conkeror.scm (conkeror): Update to 1.0.3. --- gnu/packages/conkeror.scm | 9

Re: netcat-openbsd implementations

2016-07-03 Thread Aron Xu
Hi, See comment below, On Wed, Jun 29, 2016 at 8:13 PM, wrote: > > Hi, > > I've seen you as the last person commiting to netcat-openbsd > for Debian in 2012[2]. > > I have written a package definition for netcat-openbsd for Guix. > > At Guix we don't want to maintain

[PATCH 0/2] Add 'magit-popup' dependency to the 'guix' package

2016-07-03 Thread Alex Kost
As discussed on help-guix list (somewhere near ), this is to make it possible to use "M-x guix" by default (currently emacs gives an error about missing 'magit-popup' unless a user explicitly installs magit). [PATCH 1/2] gnu: Add

[PATCH 2/2] gnu: guix: Add emacs-magit-popup to propagated-inputs.

2016-07-03 Thread Alex Kost
* gnu/packages/package-management.scm (guix-0.10.0): Add 'emacs-magit-popup' to make it possible to use "M-x guix" command. --- gnu/packages/package-management.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/package-management.scm

[PATCH 1/2] gnu: Add emacs-magit-popup.

2016-07-03 Thread Alex Kost
* gnu/packages/emacs.scm (emacs-magit-popup): New variable. --- gnu/packages/emacs.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 0c0182d..0084093 100644 --- a/gnu/packages/emacs.scm +++

Re: pybitmessage, python2-pyqt-4 - strace and packages

2016-07-03 Thread Ricardo Wurmus
n...@we.make.ritual.n0.is writes: > The strace output is very long, but I hope someone can help me > with more experience with python. > The visible error is that pyqt-4 is not found, but strace throws > many more. […] > insert-file: (pybitmessage) in gnu/packages/python.scm: It would be