Re: [PATCH 1/5] gnu: Add emacs-ht.

2017-01-27 Thread Alex Kost
Mathieu Othacehe (2017-01-26 13:31 +0100) wrote: > * gnu/packages/emacs.scm (emacs-ht): 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 d3e64c04f..699d41712 100

Re: [PATCH 1/5] gnu: Add emacs-ht.

2017-01-27 Thread Leo Famulari
On Fri, Jan 27, 2017 at 12:20:46PM +0300, Alex Kost wrote: > Mathieu Othacehe (2017-01-26 13:31 +0100) wrote: > > + (uri (string-append > > + "http://melpa.org/packages/ht-"; > > + version > > + ".el")) > > We can't use files from melpa.org because once a n

Multiple python-3 packages

2017-01-27 Thread Leo Famulari
Currently we have Python 3.4 and 3.5. Python 3.6 was released recently. When we added 3.5, I thought it was a good idea to keep 3.4 around in case some packages need it. It turns out that nothing is using it in our tree. Do we want to keep 3.4 and 3.5 around? There is a maintenance cost incurred

Re: [PATCH 1/5] gnu: Add emacs-ht.

2017-01-27 Thread Mathieu OTHACEHE
> On Fri, Jan 27, 2017 at 12:20:46PM +0300, Alex Kost wrote: >> Mathieu Othacehe (2017-01-26 13:31 +0100) wrote: >> > + (uri (string-append >> > + "http://melpa.org/packages/ht-"; >> > + version >> > + ".el")) >> >> We can't use files from melpa.org becaus

[PATCH 0/1] Fix docs on Installing GuixSD in a VM

2017-01-27 Thread Leo Famulari
>From what I can tell, there is a mistake in these instructions. I can't find any QEMU documentation that mentions using '-net default', and I've seen a few reports on #guix of it failing. Here is the most recent: https://gnunet.org/bot/log/guix/2017-01-27#T1276044 Leo Famulari (1): doc: Fix n

[PATCH 1/1] doc: Fix networking instructions in "Installing GuixSD in a VM".

2017-01-27 Thread Leo Famulari
This is a followup to commit c8b543741f422ecf41e7635c6a1c40b3bd55947a. * doc/guix.texi (Installing GuixSD in a VM): Fix typo. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 7093bf746..cb203fca2 100644 --- a/doc/guix.texi +

[PATCH 0/2] Clarify VM installation instructions

2017-01-27 Thread Leo Famulari
There is a subtle confuser in the instructions about installing GuixSD in a VM. I missed it the first time it was pointed out to me, because I already knew how to install GuixSD. But if you begin with Guix by installing GuixSD in a VM, this might waste a few minutes of your time. The instructions

[PATCH 1/1] doc: Clarify "Installing GuixSD in a VM".

2017-01-27 Thread Leo Famulari
* doc/guix.texi (Installing GuixSD in a VM): Mention decompressing the installation image. --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index cb203fca2..bff1d03c6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7119,8 +7

[PATCH] gnu: rustc: Add LIBRARY_PATH search path.

2017-01-27 Thread Ben Woodcroft
Hi, This helps compiling when rustc is in one's profile and gcc is not. Thanks, ben.

[PATCH] gnu: rustc: Add LIBRARY_PATH search path.

2017-01-27 Thread Ben Woodcroft
* gnu/packages/rust.scm (rustc)[native-search-paths]: New field. --- gnu/packages/rust.scm | 5 + 1 file changed, 5 insertions(+) diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index ae0453004..e1d973ac7 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -2,6 +2,7 @

[PATCH v2 0/5] Add emacs-mu4e-alert.

2017-01-27 Thread Mathieu Othacehe
The point of this serie is to add mu4e-alert and it's dependencies. I used the importer for every package and rewrote incorrect descriptions. Changelog: *v2: Replace melpa repositories by github repositories. Mathieu Othacehe (5): gnu: Add emacs-ht. gnu: Add emacs-log4e. gnu: Add emacs-gntp

[PATCH v2 2/5] gnu: Add emacs-log4e.

2017-01-27 Thread Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-log4e): New variable. --- gnu/packages/emacs.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 6c6d4db2f..35294a9bc 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emac

[PATCH v2 1/5] gnu: Add emacs-ht.

2017-01-27 Thread Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-ht): 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 d3e64c04f..6c6d4db2f 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @

[PATCH v2 3/5] gnu: Add emacs-gntp.

2017-01-27 Thread Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-gntp): New variable. --- gnu/packages/emacs.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 35294a9bc..aaa67615f 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm

[PATCH v2 4/5] gnu: Add emacs-alert.

2017-01-27 Thread Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-alert): New variable. --- gnu/packages/emacs.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index aaa67615f..81cefa541 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.s

[PATCH v2 5/5] gnu: Add emacs-mu4e-alert.

2017-01-27 Thread Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-mu4e-alert): New variable. --- gnu/packages/emacs.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 81cefa541..3f93b867e 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/em

[PATCH 1/2] gnu: Add openvswitch.

2017-01-27 Thread 宋文武
* gnu/packages/networking.scm (openvswitch): New variable. --- gnu/packages/networking.scm | 54 + 1 file changed, 54 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 87ee0a1d8..c6fb2cfda 100644 --- a/gnu/packag

[PATCH 2/2] services: Add openvswitch-service-type.

2017-01-27 Thread 宋文武
* gnu/services/networking.scm (): New record type. (openvswitch-activation, openvswitch-shepherd-service): New procedures. (openvswitch-service-type): New variable. * doc/guix.texi (Networking Services): Document it. --- doc/guix.texi | 15 +++ gnu/services/networking.scm | 6

Re: [PATCH 1/2] gnu: Add openvswitch.

2017-01-27 Thread John Darrington
On Fri, Jan 27, 2017 at 09:56:15PM +0800, ? wrote: * gnu/packages/networking.scm (openvswitch): New variable. --- gnu/packages/networking.scm | 54 + 1 file changed, 54 insertions(+) diff --git a/gnu/packages/netwo

Re: [PATCH] Update entries for ng0 in .mailmap.

2017-01-27 Thread Tobias Geerinckx-Rice
ng0, On 24/01/17 12:51, contact@cryptolab.net wrote: > * .mailmap: Update entries for ng0. Pushed as a74b49765b366fb9a9a202e1811f25c746c6. Kind regards, T G-R signature.asc Description: OpenPGP digital signature

[PATCH] gnu: python-matplotlib: Don't propagate python-numpy-bootstrap.

2017-01-27 Thread Thomas Danckaert
Hi, when a profile contains both python-numpy and python-matplotlib (either installed directly or by propagation, e.g. when from python-ipython), a lot of warnings about conflicts between python-numpy and python-nympy-bootstrap appear, because matplotlib propagates its python-numpy-bootstrap depen

Re: Multiple python-3 packages

2017-01-27 Thread Benz Schenk
On Fri, 27 Jan 2017 05:12:25 -0500 Leo Famulari wrote: > Currently we have Python 3.4 and 3.5. Python 3.6 was released recently. > > When we added 3.5, I thought it was a good idea to keep 3.4 around in > case some packages need it. It turns out that nothing is using it in our > tree. > > Do we

Bug in Texlive &co ??

2017-01-27 Thread John Darrington
Yesterday I did "guix package --upgrade" and now, a simple latex file: \documentclass{article} \usepackage[T1]{fontenc} \begin {document} This is a test. \end {document} fails with /gnu/store/161gb51263qn8kydvdcd3jq6bcax3abf-texlive-texmf-minimal-2016/share/texmf-dist/web2c/mktexnam: Could not

[PATCH 1/2] gnu: Add mbedtls-apache.

2017-01-27 Thread contact . ng0
From: ng0 * gnu/packages/tls.scm (mbedtls-apache): New variable. --- gnu/packages/tls.scm | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index c3f2d9ba1..11a4fe496 100644 --- a/gnu/packages/tls.scm +

Add: mbedtls (v3), and hiawatha

2017-01-27 Thread contact . ng0
Hi, this adds mbedtls with hiawatha as an application using it. As hiawatha is a webserver, we'll need a short service to make it usable but this was the reason I packaged mbedtls. Changes: "mbedtls" was renamed to "mbedtls-apache": This is prefered upstream variant, and also the version hiawa

[PATCH 2/2] gnu: Add hiawatha.

2017-01-27 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (hiawatha): New variable. --- gnu/packages/web.scm | 57 +++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 67b9797bb..48f1f867d 100644 --- a/gnu/pac

Re: [PATCH] Update entries for ng0 in .mailmap.

2017-01-27 Thread ng0
Tobias Geerinckx-Rice writes: > ng0, > > On 24/01/17 12:51, contact@cryptolab.net wrote: >> * .mailmap: Update entries for ng0. > > Pushed as a74b49765b366fb9a9a202e1811f25c746c6. > > Kind regards, > > T G-R > Thanks! -- ♥Ⓐ ng0 -- https://www.inventati.org/patternsinthechaos/

Re: Multiple python-3 packages

2017-01-27 Thread Marius Bakke
Leo Famulari writes: > Currently we have Python 3.4 and 3.5. Python 3.6 was released recently. > > When we added 3.5, I thought it was a good idea to keep 3.4 around in > case some packages need it. It turns out that nothing is using it in our > tree. > > Do we want to keep 3.4 and 3.5 around? Th

[PATCH] gnu: Add debbugs.

2017-01-27 Thread contact . ng0
From: ng0 * gnu/packages/debbugs.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/debbugs.scm | 121 +++ 2 files changed, 122 insertions(+) create mode 100644 gnu/packages/debbugs.scm diff

[RFC] debbugs, v2

2017-01-27 Thread contact . ng0
Request for comments: Debbugs package. It's still a bit rough, but better than last year. I wonder about the folder "Debbugs" in the distributed tarball. This holds perlmodules, but they aren't installed with by Makefile. Should we just give it a go like this, or should I ask upstream what's up

Re: [PATCH 1/2] gnu: Add openvswitch.

2017-01-27 Thread Marius Bakke
宋文武 writes: > * gnu/packages/networking.scm (openvswitch): New variable. Cool, thanks a lot for this! I will be using this for sure. > diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm > index 87ee0a1d8..c6fb2cfda 100644 > --- a/gnu/packages/networking.scm > +++ b/gnu/packa

Re: [PATCH 1/1] doc: Clarify "Installing GuixSD in a VM".

2017-01-27 Thread Marius Bakke
Leo Famulari writes: > * doc/guix.texi (Installing GuixSD in a VM): Mention decompressing the > installation image. > --- > doc/guix.texi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index cb203fca2..bff1d03c6 100644 > --- a/doc/gui

Re: [PATCH 1/2] gnu: Add tremc.

2017-01-27 Thread Marius Bakke
Leo Famulari writes: > * gnu/packages/bittorrent.scm (tremc): New variable. > --- > gnu/packages/bittorrent.scm | 45 > + > 1 file changed, 45 insertions(+) > > diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm > index 716d8b766..

Re: [PATCH 2/2] gnu: transmission-remote-cli: Superseded by tremc.

2017-01-27 Thread Marius Bakke
Leo Famulari writes: > * gnu/packages/bittorrent.scm (transmission-remote-cli)[properties]: New > field. > --- > gnu/packages/bittorrent.scm | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm > index a7294f38a

Re: [PATCH 0/1] Fix docs on Installing GuixSD in a VM

2017-01-27 Thread Marius Bakke
Leo Famulari writes: > From what I can tell, there is a mistake in these instructions. I can't > find any QEMU documentation that mentions using '-net default', and I've > seen a few reports on #guix of it failing. I remember stumbling on this too. This change LGTM. > > Leo Famulari (1): > do

Re: [PATCH] Update gd and php

2017-01-27 Thread Leo Famulari
On Thu, Jan 26, 2017 at 11:15:43AM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > = > > FAILED TEST SUMMARY > > - > > Test disk_free_space and its alia

Re: [PATCH 1/5] gnu: Add emacs-ht.

2017-01-27 Thread Alex Kost
Mathieu OTHACEHE (2017-01-27 11:16 +0100) wrote: >> On Fri, Jan 27, 2017 at 12:20:46PM +0300, Alex Kost wrote: >>> Mathieu Othacehe (2017-01-26 13:31 +0100) wrote: >>> > + (uri (string-append >>> > + "http://melpa.org/packages/ht-"; >>> > + version >>> > +

Re: [PATCH] gnu: python-matplotlib: Don't propagate python-numpy-bootstrap.

2017-01-27 Thread Marius Bakke
Hi Thomas, Thomas Danckaert writes: > Hi, > > when a profile contains both python-numpy and python-matplotlib > (either installed directly or by propagation, e.g. when from > python-ipython), a lot of warnings about conflicts between > python-numpy and python-nympy-bootstrap appear, because matp

[PATCH 1/3] download: url-fetch/tarball: Make ‘name’ truly optional.

2017-01-27 Thread Tobias Geerinckx-Rice
* guix/download.scm (url-fetch/tarbomb): Fall back to ‘file-name’ if ‘name’ is #f, like the regular ‘url-fetch’ does. * gnu/packages/bioinformatics.scm (muscle)[source]: Remove ‘file-name’. * gnu/packages/engineering.scm (fastcap)[source]: Likewise. * gnu/packages/scheme.scm (scmutils)[source]: Lik

[PATCH 2/3] download: Add ‘url-fetch/zipbomb’.

2017-01-27 Thread Tobias Geerinckx-Rice
>From this suggestion by Ludovic Courtès: * guix/download.scm (url-fetch/zipbomb): New procedure. --- guix/download.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/guix/download.scm b/guix

[PATCH 3/3] gnu: Add zpaq.

2017-01-27 Thread Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zpaq): New variable. --- gnu/packages/compression.scm | 60 +++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 2e4de81..ca5509c 100644 --- a/gnu

Re: [PATCH] gnu: rustc: Add LIBRARY_PATH search path.

2017-01-27 Thread Marius Bakke
Hi Ben, Ben Woodcroft writes: > * gnu/packages/rust.scm (rustc)[native-search-paths]: New field. [...] > +(native-search-paths > + (list (search-path-specification > +(variable "LIBRARY_PATH") > +(files '("lib" "lib64") This seems odd. This search path is f

idle3 (python3) bug?

2017-01-27 Thread ng0
When I try to start "idle3" with (guix build python3) in my profile, I get the following message. Of course when running a search I see there's output: "tk" and I would install that, but should we point out (in the description) that for usage of "idle" you will have to install the "tk" output? Wha

[PATCH 02/10] gnu: Add ocamlify.

2017-01-27 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocamlify): New variable. --- gnu/packages/ocaml.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 012833766..a2297d1ab 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@

[PATCH 00/10] ocaml patches v2

2017-01-27 Thread Julien Lepiller
I finally had some time to work on these patches, so here are the new versions of them. I was unable to fix the failing tests in oasis, so I just disabled the failing ones. Julien Lepiller (10): gnu: Add ocaml-base64. gnu: Add ocamlify. gnu: Add omake. gnu: Add ocaml-batteries. gnu: Add

[PATCH 06/10] gnu: Add ocaml-expect.

2017-01-27 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-expect): New variable. --- gnu/packages/ocaml.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 66e0a2a0d..3138d2675 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @

[PATCH 04/10] gnu: Add ocaml-batteries.

2017-01-27 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-batteries): New variable. --- gnu/packages/ocaml.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 0235ca023..9043c1464 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/

[PATCH 03/10] gnu: Add omake.

2017-01-27 Thread Julien Lepiller
* gnu/packages/ocaml.scm (omake): New variable. * gnu/packages/patches/ocaml-omake-fix-non-determinism.patch: New file. * gnu/local.mk (dist_patch_DATA): New patch. --- gnu/local.mk | 1 + gnu/packages/ocaml.scm | 44 ++

[PATCH 01/10] gnu: Add ocaml-base64.

2017-01-27 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-base64): New variable. --- gnu/packages/ocaml.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 28c6ab34f..012833766 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/

[PATCH 07/10] gnu: Add ocaml-fileutils.

2017-01-27 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-fileutils): New variable. --- gnu/packages/ocaml.scm | 18 ++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 3138d2675..3817e77ae 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @

[PATCH 08/10] gnu: Add ocaml-oasis.

2017-01-27 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-oasis): New variable. --- gnu/packages/ocaml.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 3817e77ae..ba0f5cd4c 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/

[PATCH 05/10] gnu: Add ocaml-pcre.

2017-01-27 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-pcre): New variable. --- gnu/packages/ocaml.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 9043c1464..66e0a2a0d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/package

[PATCH 10/10] gnu: Add ocaml-bin-prot.

2017-01-27 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable. --- gnu/packages/ocaml.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 9b323975f..bb751101b 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm

[PATCH 09/10] gnu: Add ocaml-js-build-tools.

2017-01-27 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-js-build-tools): New variable. * gnu/packages/patches/ocaml-janestreet-fix-libdir.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 1 + gnu/packages/ocaml.scm | 50 ++

gzip embedded timestamps

2017-01-27 Thread Ludovic Courtès
Hi! BTW, yesterday I added a ‘remove-gzip-timestamps’ phase in ‘core-updates’ so we don’t have to bother at all in the future: http://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=1d636d63193b66f67fbd0f10315cd61818f132c1 http://git.savannah.gnu.org/cgit/guix.git/commit/?h=cor

Re: [PATCH] Update gd and php

2017-01-27 Thread Ludovic Courtès
Leo Famulari skribis: > On Thu, Jan 26, 2017 at 11:15:43AM +0100, Ludovic Courtès wrote: >> Leo Famulari skribis: >> > = >> > FAILED TEST SUMMARY >> > - >> > Te

Re: CUPS and HP printers

2017-01-27 Thread Ludovic Courtès
ng0 skribis: > Ludovic Courtès writes: > >> Hi Andy, >> >> Andy Patterson skribis: >> >>> On Thu, 29 Dec 2016 14:05:51 + >>> ng0 wrote: >>> >>> I really have no idea how hplip is supposed to be used in Guix after reading the note about the base service. So we are not supposed to

Re: [PATCH 1/5] gnu: Add emacs-ht.

2017-01-27 Thread Ludovic Courtès
Alex Kost skribis: > Mathieu OTHACEHE (2017-01-27 11:16 +0100) wrote: > >>> On Fri, Jan 27, 2017 at 12:20:46PM +0300, Alex Kost wrote: Mathieu Othacehe (2017-01-26 13:31 +0100) wrote: > + (uri (string-append > + "http://melpa.org/packages/ht-"; > +

Re: [PATCH 0/1] Fix docs on Installing GuixSD in a VM

2017-01-27 Thread Ludovic Courtès
Marius Bakke skribis: > Leo Famulari writes: > >> From what I can tell, there is a mistake in these instructions. I can't >> find any QEMU documentation that mentions using '-net default', and I've >> seen a few reports on #guix of it failing. > > I remember stumbling on this too. This change LG

Re: [PATCH] gnu: rustc: Add LIBRARY_PATH search path.

2017-01-27 Thread Ludovic Courtès
Marius Bakke skribis: > Hi Ben, > > Ben Woodcroft writes: > >> * gnu/packages/rust.scm (rustc)[native-search-paths]: New field. > > [...] > >> +(native-search-paths >> + (list (search-path-specification >> +(variable "LIBRARY_PATH") >> +(files '("lib" "lib64")

Re: [PATCH] gnu: rustc: Add LIBRARY_PATH search path.

2017-01-27 Thread Ben Woodcroft
Hi Marius, On 28/01/17 06:21, Marius Bakke wrote: Hi Ben, Ben Woodcroft writes: * gnu/packages/rust.scm (rustc)[native-search-pat hs]: New field. [...] +(native-search-paths + (list (search-path-specification +(variable "LIBRARY_PATH") +(files '("lib" "lib

Re: gnu: ghc-8: Update to 8.0.2

2017-01-27 Thread Ludovic Courtès
Hi Federico, Federico Beffa skribis: > I've updated our ghc-8 Haskell compiler to the latest version (8.0.2) > and in doing so I've investigated why both 8.0.1 and 8.0.2 do not work > without setting LD_LIBRARY_PATH to the required system libraries. > I've found that NIX had the same problem. T

Re: [PATCH] gnu: rustc: Add LIBRARY_PATH search path.

2017-01-27 Thread Ben Woodcroft
On 28/01/17 09:22, Ludovic Courtès wrote: Marius Bakke skribis: Hi Ben, Ben Woodcroft writes: * gnu/packages/rust.scm (rustc)[native-search-paths]: New field. [...] +(native-search-paths + (list (search-path-specification +(variable "LIBRARY_PATH") +(fi

Re: [PATCH] tests: Adjust pypi test to recent importer change.

2017-01-27 Thread Ludovic Courtès
Carlo Zancanaro skribis: > From e709e9a1cb321ff2581cc10232bae9e37048cea0 Mon Sep 17 00:00:00 2001 > From: Carlo Zancanaro > Date: Fri, 27 Jan 2017 14:40:49 +1100 > Subject: [PATCH] tests: Adjust pypi test to recent importer change. > > This is a followup to 2f977d92d3ae517788d3dee98f63680ca149aa

Re: [PATCH] gnu: u-boot: Use scandir.

2017-01-27 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > * gnu/packages/u-boot.scm (make-u-boot-package): Modify. > (replace 'configure > (lambda* (#:key outputs make-flags #:allow-other-keys) > + (use-modules ((ice-9 ftw))) > (let ((config-name (string-append ,

Re: [PATCH] gnu: Add ldc-1.1.0-beta6

2017-01-27 Thread Ludovic Courtès
Frederick Muriithi skribis: > On Fri, Jan 20, 2017 at 4:33 PM, Ludovic Courtès wrote: >> Frederick Muriithi skribis: >> >>> On 19 Jan 2017 3:47 p.m., "Ludovic Courtès" wrote: >>> >>> ... However, on my x86_64 machine, the build fails with: >>> --8<---cut here---start-

Re: 01/01: gnu: Add ldc@1.1.0-beta6.

2017-01-27 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > civodul pushed a commit to branch master > in repository guix. > > commit 2429dde57d8461cc8e51dbe6c9d47d795fe6fc9a > Author: Muriithi Frederick Muriuki > Date: Fri Jan 6 17:51:18 2017 +0300 > > gnu: Add ldc@1.1.0-beta6. > > * gnu/packages/ld

Re: Debugging and source code

2017-01-27 Thread Pjotr Prins
On Thu, Jan 26, 2017 at 10:54:56AM +0100, Ludovic Courtès wrote: > 0. Status quo: people need to get the source by themselves with “guix > build -S”. > > 1. The “debug” output, when it exists, always includes the source. > > 2. When a “source” output exists, the source code is copied t

Re: [PATCH] gnu: Add ldc-1.1.0-beta6

2017-01-27 Thread Pjotr Prins
ldc 1.1.0 was released yesterday :). I am testing. Pj.

Re: [PATCH v2 1/2] gnu: Add dub.

2017-01-27 Thread Pjotr Prins
Great work! On Mon, Jan 23, 2017 at 11:46:25PM +0100, Ludovic Courtès wrote: > Danny Milosavljevic skribis: > > > * gnu/packages/ldc.scm (dub): New variable. > > [...] > > > + (modify-phases %standard-phases > > + (delete 'configure) > > + (replace 'build > > +