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

2017-01-28 Thread Chris Marusich
Ben Woodcroft writes: > I didn't have any problem compiling and linking pure rust programs - > that commit fixed that issue, but when trying to link rust programs to > non-rust libraries such as zlib the linker did not look in the lib of > the profile (unless gcc was also

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

2017-01-28 Thread Ludovic Courtès
宋文武 skribis: > * 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. [...] > +@deftp {Data Type}

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

2017-01-28 Thread Ludovic Courtès
Hi 宋文武! 宋文武 skribis: > * gnu/packages/networking.scm (openvswitch): New variable. [...] > + '(;; FIXME: many tests fail with: > + ;;[…] > + ;;test -e $OVS_RUNDIR/ovs-vswitchd.pid > + ;;ovs-appctl -t ovs-vswitchd exit > + ;;

Re: [PATCH] Update emacs-org

2017-01-28 Thread Ludovic Courtès
Nicolas Goaziou skribis: > From 5edb2b90433f439c5102a2ed59ef7463c3ae64f3 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Sat, 28 Jan 2017 23:02:47 +0100 > Subject: [PATCH] gnu: emacs-org: Update to 20170124. > > * gnu/packages/emacs.scm

Re: [PATCH] Update asymptote

2017-01-28 Thread Ludovic Courtès
Nicolas Goaziou skribis: > From 2ebc0b6ba1aff0d1acad80d3c87e06200e99e6e5 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Sat, 28 Jan 2017 22:46:32 +0100 > Subject: [PATCH] gnu: asymptote: Update to 2.39 > > * gnu/packages/plotutils.scm

Re: [PATCH] Update wireshark

2017-01-28 Thread Ludovic Courtès
Nicolas Goaziou skribis: > From bc8b5452f904c0a353c769350b5bc1d2abcefcad Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Sat, 28 Jan 2017 22:55:56 +0100 > Subject: [PATCH] gnu: wireshark: Update to 2.2.4. > > * gnu/packages/networking.scm

Re: Add a generalized git-file? to Guix?

2017-01-28 Thread Mathieu Lirzin
Hello, l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> Christopher Allan Webber writes: >> >>> 8sync now uses `git-file?' in its guix.scm, a predicate check which >>> allows for checking out the whole local directory as a "source" for

Re: [PATCH] document ocaml-build-system

2017-01-28 Thread Ludovic Courtès
Hi! Julien Lepiller skribis: > From 8854480a48e8096bf6bf8d94b3695fb049720038 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Sat, 28 Jan 2017 12:11:42 +0100 > Subject: [PATCH] doc: Document ocaml-build-system. > > * doc/guix.texi (Build Systems)

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

2017-01-28 Thread Ludovic Courtès
Hi Ben, Ben Woodcroft skribis: > 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. >>>

Re: [PATCH] gnu: Add angband. (almost working!)

2017-01-28 Thread Kei Kebreau
Christopher Allan Webber writes: > At the risk of totally destroying my productivity, I thought I'd take a > short of packaging a common roguelike. Unfortunately, it seems like > every roguelike I try to package runs into some snag. In this case, > angband can't find

[PATCH] Update emacs-org

2017-01-28 Thread Nicolas Goaziou
Hello, Here is a patch updating Emacs Org mode. Regards, -- Nicolas Goaziou0x80A93738 >From 5edb2b90433f439c5102a2ed59ef7463c3ae64f3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 28 Jan 2017 23:02:47 +0100

Re: [PATCH] gnu: Add GNU Freetalk.

2017-01-28 Thread Mathieu Lirzin
Hello, Clément Lassieur writes: > * gnu/packages/messaging.scm (freetalk): New variable. > --- > gnu/packages/messaging.scm | 56 > +- > 1 file changed, 55 insertions(+), 1 deletion(-) > > diff --git

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

2017-01-28 Thread ng0
I have tested if the changed packages still build, that's all: Tobias Geerinckx-Rice writes: > * 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

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

2017-01-28 Thread ng0
Tobias Geerinckx-Rice writes: > From this suggestion by Ludovic Courtès: > > > * guix/download.scm (url-fetch/zipbomb): New procedure. > --- > guix/download.scm | 30 ++ > 1 file

Re: [PATCH 3/3] gnu: Add zpaq.

2017-01-28 Thread ng0
Tobias Geerinckx-Rice writes: > * gnu/packages/compression.scm (zpaq): New variable. > --- Cool! Thanks for working on it. Functionality seems okay: ...Creating an archive: ng0@wasp /g/s/q/bin> ./zpaq a /home/ng0/test.zpaq /home/ng0/News Creating /home/ng0/test.zpaq at

[PATCH] gnu: Add font-awesome.

2017-01-28 Thread Jose Miguel Sánchez García
-- José Miguel Sánchez García From d4eb96046e2bd0538b16880295a5cd05275de7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?= Date: Sat, 28 Jan 2017 13:42:09 +0100 Subject: [PATCH] gnu: Add font-awesome. * gnu/packages/fonts.scm

[PATCH] gnu: Add light.

2017-01-28 Thread Jose Miguel Sánchez García
-- José Miguel Sánchez García From 39adc264a5f2df4ebeaad7879d7005f0831841c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?= Date: Sat, 28 Jan 2017 13:07:57 +0100 Subject: [PATCH] gnu: Add light. * gnu/packages/light.scm: New

[PATCH] document ocaml-build-system

2017-01-28 Thread Julien Lepiller
Hi, here is a patch to document ocaml-build-system.>From 8854480a48e8096bf6bf8d94b3695fb049720038 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 28 Jan 2017 12:11:42 +0100 Subject: [PATCH] doc: Document ocaml-build-system. * doc/guix.texi (Build Systems)

Re: idle3 (python3) bug?

2017-01-28 Thread ng0
ng0 writes: > 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

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

2017-01-28 Thread Alex Kost
Mathieu Othacehe (2017-01-27 14:43 +0100) wrote: > * 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

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

2017-01-28 Thread Mathieu OTHACEHE
> What needs to be done? We cannot guess the upstream URL just from the > MELPA one, can we? No, but we can maybe use the other fields provided by melpa to find the github archive url ? There's a field ":url" pointing to github when appropriate : --8<---cut

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

2017-01-28 Thread Alex Kost
Ludovic Courtès (2017-01-28 00:16 +0100) wrote: > 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