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

2017-01-28 Thread Leo Famulari
On Fri, Jan 27, 2017 at 08:34:08PM -0500, Mark H Weaver wrote: > 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

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 (string-append > > +

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

2017-01-28 Thread Leo Famulari
On Fri, Jan 27, 2017 at 07:31:31PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > * gnu/packages/bittorrent.scm (tremc): New variable. > > + (version (string-append "0.0.0-" revision "." (string-take commit > > 7))) > > The script has a VERSION variable specifying 0.9.0, so I think w

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 here---start

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

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

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 aaa67615f..81cefa541

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

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

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 "idle" > you will have to insta

[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) [ocaml-build-system]: New defi

[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 file. * gnu/local.mk (GNU

[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 (font-awesome): New var

[PATCH] gnu: Add GNU Freetalk.

2017-01-28 Thread Clément Lassieur
* gnu/packages/messaging.scm (freetalk): New variable. --- gnu/packages/messaging.scm | 56 +- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 5b3ed740d..91df75aea 100644 --- a/g

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 offset 0 + 0 Adding 0.

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 changed, 30 insertio

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

2017-01-28 Thread Tobias Geerinckx-Rice
ng0, On 28/01/17 18:51, ng0 wrote: > Functionality seems okay: I've been using (more or less) this package for a month or so, and have yet to experience catastrophic data loss. >> +(string-append "CPPFLAGS=-Dunix" >> + ,(match (or (%current-target-system) >> +

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 ‘file-name’. Builds

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 a/gnu/packages/messaging.scm b/gnu/packages/messag

[PATCH] Update asymptote

2017-01-28 Thread Nicolas Goaziou
Hello, The following patch updates asymptote to 2.39. Regards, -- Nicolas Goaziou0x80A93738 >From 2ebc0b6ba1aff0d1acad80d3c87e06200e99e6e5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 28 Jan 2017 22:46:32 +0100 Subject: [PATCH] gnu:

[PATCH] Update wireshark

2017-01-28 Thread Nicolas Goaziou
Hello, The patch below updates Wireshark to version 2.2.4. Regards, -- Nicolas Goaziou0x80A93738 >From bc8b5452f904c0a353c769350b5bc1d2abcefcad Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 28 Jan 2017 22:55:56 +0100 Subject: [PATCH]

[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 Subject: [PATCH] gnu: emacs-

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

2017-01-28 Thread Carlo Zancanaro
On Fri, Jan 27 2017, Ludovic Courtès wrote > What needs to be done? We cannot guess the upstream URL just from the > MELPA one, can we? No, we can't just get it from the URL, but MELPA's recipes should give us enough information to be able to build them. (After all, they give MELPA enough inform

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 ncurses. I don't know why!

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. >>> [...] >>> +(native-search-paths + (list (search-path-

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

2017-01-28 Thread Ludovic Courtès
Leo Famulari skribis: > On Fri, Jan 27, 2017 at 08:34:08PM -0500, Mark H Weaver wrote: >> l...@gnu.org (Ludovic Courtès) writes: >> >> > civodul pushed a commit to branch master >> > in repository guix. >> > >> > commit 2429dde57d8461cc8e51dbe6c9d47d795fe6fc9a >> > Author: Muriithi Frederick Mur

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) [ocaml-build-system]: New definition. A

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 >>> testing a package. I borrowed it

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 (asymptote): Update to 2.39. Applied, thanks!

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 (wireshark): Update to 2.2.4. Applied, thanks!

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 (emacs-org): Update to 20170124. Applied, thanks!

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 > + ;;hard failure > + #:te

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} openvswitch-configuration > +

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 in the profile, I guess