Re: [PATCH 0/2] gnu: Add libpcsclite

2016-10-22 Thread Marius Bakke
Mike Gerwitz writes: > This adds libpcsclite for smartcard support. > > This is my first Guix package, and I surely screwed something up. :) > I'd appreciate any help or criticism you can give. This was not a > trivial change. Hi Mike, Thanks a lot for working on this! The

add aegisub

2016-10-22 Thread Julien Lepiller
Hi, I made three patches to add aegisub. It needs icu support in boost. Currently, the window acts strangely. Widgets resize when resizing the window, but not when maximizing it, they don't all show at first. The video part should resize with the mouse wheel, but the containing frame only

Re: [PATCH] gnu: Add whois.

2016-10-22 Thread ng0
Marius Bakke writes: > ng0 writes: > >> Marius Bakke writes: >> >>> ng0 writes: >>> >>> I have my uclibc-ng system not booted: When I specify libiconv in the inputs, shouldn't it get

Re: [PATCH] gnu: Add whois.

2016-10-22 Thread Marius Bakke
ng0 writes: > Marius Bakke writes: > >> ng0 writes: >> >> >>> I have my uclibc-ng system not booted: When I specify libiconv in the >>> inputs, shouldn't it get reported by ldd? >>> >>> ng0@shadowwalker >>>

Re: [PATCH] gnu: Add whois.

2016-10-22 Thread ng0
Marius Bakke writes: > ng0 writes: > > >> I have my uclibc-ng system not booted: When I specify libiconv in the >> inputs, shouldn't it get reported by ldd? >> >> ng0@shadowwalker >> /gnu/store/fkkvgiqa0x01j6cxipddmn7k20hax1xn-whois-5.2.12/bin$

Re: d3js chord diagrams

2016-10-22 Thread Pjotr Prins
On Sat, Oct 22, 2016 at 12:09:14AM +0200, Ricardo Wurmus wrote: > Hi Guix, > > I???ve built something: > > http://elephly.net/graph.html Cool! > I???ve downloaded from http://d3js.org/d3.v3.js. (This is not minified > and thus rather large.) In my current implementation the contents of >

[PATCH 2/2] gnu: gnupg: libpcsclite propagated input

2016-10-22 Thread Mike Gerwitz
* gnu/packages/gnupg.scm (gnupg): Add libpcsclite as propagated-input --- gnu/packages/gnupg.scm | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index c4920b0..562b377 100644 --- a/gnu/packages/gnupg.scm +++

Re: Building many packages in order

2016-10-22 Thread Efraim Flashner
On Fri, Oct 21, 2016 at 03:44:47PM -0400, Leo Famulari wrote: > On Fri, Oct 21, 2016 at 02:53:02PM +0300, Efraim Flashner wrote: > > On Fri, Oct 21, 2016 at 12:56:08PM +0200, Hartmut Goebel wrote: > > > Hi, > > > > > > testing the new python build system I’m seeking for some way to build > > >

[PATCH 2/3] gnu: pam_unix.so Add use_first_pass option.

2016-10-22 Thread John Darrington
* gnu/system/pam.scm (unix-pam-service) [auth]: Add "use_first_pass" option. --- gnu/system/pam.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm index 4546c1a..0278db6 100644 --- a/gnu/system/pam.scm +++ b/gnu/system/pam.scm @@ -217,7

[PATCH 1/3] gnu: Remove comment which is factually incorrect.

2016-10-22 Thread John Darrington
* gnu/system/pam.scm: Remove incorrect comment. --- gnu/system/pam.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm index cd7a342..4546c1a 100644 --- a/gnu/system/pam.scm +++ b/gnu/system/pam.scm @@ -316,4 +316,4 @@ all the PAM

[PATCH 3/3] gnu: Add pam-krb5 service.

2016-10-22 Thread John Darrington
* doc/guix.texi (Kerberos Services): New node. * gnu/services/kerberos.scm: New file. * gnu/local.mk: Add it. --- doc/guix.texi | 38 ++- gnu/local.mk | 1 + gnu/services/kerberos.scm | 67 +++ 3 files

Re: [PATCH 1/1] gnu: audit: Use GnuTLS instead of OpenSSL.

2016-10-22 Thread Christopher Allan Webber
Leo Famulari writes: > On Sat, Oct 22, 2016 at 08:57:19AM -0500, Christopher Allan Webber wrote: >> Leo Famulari writes: >> > It succeeds when building against GnuTLS instead of OpenSSL. >> >> Seems like it built okay here without this patch? > > Does it work for you on core-updates? > > It

Re: [PATCH 1/1] gnu: audit: Use GnuTLS instead of OpenSSL.

2016-10-22 Thread Leo Famulari
On Sat, Oct 22, 2016 at 08:57:19AM -0500, Christopher Allan Webber wrote: > Leo Famulari writes: > > It succeeds when building against GnuTLS instead of OpenSSL. > > Seems like it built okay here without this patch? Does it work for you on core-updates? It builds with OpenSSL on master for me,

Re: [PATCH] gnu: Add whois.

2016-10-22 Thread ng0
ng0 writes: > Marius Bakke writes: > >> ng0 writes: >> >>> * gnu/packages/networking.scm (whois): New variable. >> >> Thanks! This works for me. I have a couple of remarks that can be added >> before committing if you

Re: [PATCH] gnu: Add whois.

2016-10-22 Thread ng0
Marius Bakke writes: > ng0 writes: > >>> * The Debian package is built with HAVE_ICONV=1, should we set that too? >> >> I can send an updated patch with libiconv in the inputs. This is when >> you use a libc which does not provide a (usable)

Re: d3js chord diagrams

2016-10-22 Thread Alex Sassmannshausen
Ricardo Wurmus writes: > Hi Guix, > > I’ve built something: > > http://elephly.net/graph.html > > ~~ Ricardo I'm not sure about the harder questions further below, but this looks awesome! And I love that this kind of thing is possible with Guix :-D Alex

[PATCH] gnu: Add chez-scmutils.

2016-10-22 Thread Federico Beffa
From 17cbca3cee22885f2f5ac9fb569778572c844748 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Sat, 22 Oct 2016 10:58:32 +0200 Subject: [PATCH] gnu: Add chez-scmutils. * gnu/packages/chez.scm (chez-scmutils): New variable. --- gnu/packages/chez.scm | 66

Re: [PATCH] gnu: Add libjxr.

2016-10-22 Thread Kei Kebreau
Leo Famulari writes: > On Fri, Oct 21, 2016 at 04:47:14PM -0400, Kei Kebreau wrote: >> This is a patch I think we need before fixing up freeimage. Thoughts? > > Thanks for working on this! > >> + (uri (string-append "mirror://debian/pool/main/j/jxrlib/jxrlib_" >> +

[PATCH 1/1] gnu: audit: Use GnuTLS instead of OpenSSL.

2016-10-22 Thread Leo Famulari
The audit build is failing because it can't find GnuTLS: libtool: link: gcc -W -Wall -Wundef -D_GNU_SOURCE -fPIE -DPIE -g -O2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/audispd-zos-remote audispd_zos_remote-zos-remote-plugin.o audispd_zos_remote-zos-remote-log.o

Re: Go 1.4.3 failing on core-updates

2016-10-22 Thread Leo Famulari
On Mon, Oct 17, 2016 at 10:23:08AM +0200, Andy Wingo wrote: > On Sat 15 Oct 2016 22:12, Leo Famulari writes: > > > # net > > cannot load DWARF output from $WORK/net/_obj//_cgo_.o: decoding dwarf > > section info at offset 0x4: unsupported version 0 > > # os/user > > cannot

Re: Update giac-xcas and wireshark

2016-10-22 Thread Leo Famulari
On Thu, Oct 20, 2016 at 08:05:13AM +0200, Nicolas Goaziou wrote: > From c26e7cb826ee2e232743c7e021bbe99d404b82e6 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Wed, 19 Oct 2016 23:52:57 +0200 > Subject: [PATCH 1/2] gnu: giac-xcas: Update to 1.2.2-95. > > *

Re: [PATCH] gnu: perl-test-mockobject: Update to 1.20150527.

2016-10-22 Thread Leo Famulari
On Fri, Oct 21, 2016 at 01:02:06PM +0200, Alex Sassmannshausen wrote: > * gnu/packages/perl.scm (perl-test-mockobject): Update to 1.20150527. Thanks, pushed!