Re: [PATCH] gnu: gnome-doc-utils: Do not omit tests

2014-06-23 Thread Ludovic Courtès
John Darrington skribis: > On Mon, Jun 23, 2014 at 10:12:31AM +0200, Ludovic Court??s wrote: > > http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd > > others to > > http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd > > or > > http://www.oasis-open.org/docbook/x

Re: [PATCH 3/3] gnu: Add notmuch

2014-06-23 Thread David Thompson
Ludovic Courtès writes: > OK to push. > Pushed. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: [PATCH 2/3] gnu: Add dtach

2014-06-23 Thread David Thompson
Ludovic Courtès writes: > OK to push! > >> + (lambda* (#:key outputs #:allow-other-keys) >> + (let ((out (assoc-ref outputs "out"))) >> + (mkdir out) >> + (mkdir (string-append out "/bin")) > > It could be 1 line shorter wi

Re: [PATCH 1/3] gnu: Add talloc

2014-06-23 Thread David Thompson
Ludovic Courtès writes: > Looks good to me, please push! Pushed! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: [PATCH 3/3] gnu: Add notmuch

2014-06-23 Thread David Thompson
Ludovic Courtès writes: >> +(arguments >> + '(#:tests? #f ;; FIXME: Test suite hangs and times out. > > Does the test suite succeed outside of the chroot environment? That is, > if you build with --keep-failed, and then cd to /tmp/nix-build*, source > environment-variables, and run ‘make

Re: [PATCH] gnu: gnome-doc-utils: Do not omit tests

2014-06-23 Thread John Darrington
On Mon, Jun 23, 2014 at 10:12:31AM +0200, Ludovic Court??s wrote: > http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd > others to > http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd > or > http://www.oasis-open.org/docbook/xml/4.2.1/docbookx.dtd > > Sim

Re: [PATCH] gnu: gnome-doc-utils: Do not omit tests

2014-06-23 Thread Ludovic Courtès
John Darrington skribis: > On Sun, Jun 22, 2014 at 09:40:32PM +0200, Ludovic Court??s wrote: > > John Darrington skribis: > > > * gnu/packages/gnome.scm (gnome-doc-utils): Added pre-check phase and > do not > > skip check phase > > [...] > > >

Re: [PATCH 3/3] gnu: Add notmuch

2014-06-23 Thread Ludovic Courtès
David Thompson skribis: > From b2f866ada34994d07279b2ebd6e6c73183ad9578 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 14 Jun 2014 20:52:09 -0400 > Subject: [PATCH 3/3] gnu: Add notmuch. > > * gnu/packages/mail.scm (notmuch): New variable. OK to push. > +(arguments > + '(

Re: [PATCH 2/3] gnu: Add dtach

2014-06-23 Thread Ludovic Courtès
David Thompson skribis: > From 1315cc5939cc8abaf7a292e30226672e94230724 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sun, 6 Apr 2014 14:36:31 -0400 > Subject: [PATCH 2/3] gnu: Add dtach. > > gnu/packages/screen.scm (dtach): New variable. OK to push! > + (lambda* (#:k

Re: [PATCH 1/3] gnu: Add talloc

2014-06-23 Thread Ludovic Courtès
David Thompson skribis: > From 0abe65240aa355cdc9a5983fa8c32a83e1dd1baa Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sun, 6 Apr 2014 12:25:57 -0400 > Subject: [PATCH 1/3] gnu: Add talloc. > > * gnu/packages/samba.scm (talloc): New variable. Looks good to me, please push! Ludo’.