Re: [PATCH 03/13] gnu: Add ghc-data-default-instances-containers.

2015-08-24 Thread Eric Bavier
On Tue, 18 Aug 2015 22:40:05 +0200 Siniša Biđin wrote: > * gnu/packages/haskell.scm (ghc-data-default-instances-containers): > New variable. > --- > gnu/packages/haskell.scm | 23 +++ > 1 file changed, 23 insertions(+) [...] > +(inputs > + `(("ghc-data-default-clas

[PATCH] guix: lint: Check for version-only origin file names.

2015-08-24 Thread ericbavier
From: Eric Bavier * guix/scripts/lint.scm (check-source): Emit warning if source filename contains only the version of the package. --- guix/scripts/lint.scm | 64 +++ 1 file changed, 39 insertions(+), 25 deletions(-) diff --git a/guix/scripts/l

Re: FOSDEM 2016

2015-08-24 Thread Pjotr Prins
As an example, one talk I would like to submit with Dave and Ricardo (and others) is about adding Python and Ruby support to GNU Guix. I think the process of adding them is interesting for others who would like to support their language and or software stack. Pj. On Sun, Aug 23, 2015 at 07:36:12

Re: [PATCH 12/13] gnu: Add xmonad.

2015-08-24 Thread Eric Bavier
On Tue, 18 Aug 2015 22:40:14 +0200 Siniša Biđin wrote: > * gnu/packages/xmonad.scm (xmonad, xmonad.desktop): New variables. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > --- > gnu-system.am | 1 + > gnu/packages/xmonad.scm | 78 > +

Re: [PATCH 12/13] gnu: Add xmonad.

2015-08-24 Thread Siniša Biđin
On 2015-08-23 22:47, Eric Bavier wrote: I had to replace "Exec=/etc/X11/Session/xmonad" with "Exec=xmonad" in this xmonad.desktop file in order to launch an xmonad session from Slim. Does this seem right? Definitely! I didn't test it thoroughly enough: I've been running xmonad via an xsession

Re: [PATCH] gnu: Simplify LLVM build.

2015-08-24 Thread Andy Wingo
On Fri 21 Aug 2015 23:16, Mark H Weaver writes: > Andy Wingo writes: > >> If Guix has additional requirements they should be indicated >> somewhere; did I miss the document? > > No, you didn't miss it. We have a lot to do, and writing precise > documentation of our coding standards is not somet

Re: [PATCH] gnu: Add GeoClue desktop service.

2015-08-24 Thread Andy Wingo
On Sun 23 Aug 2015 23:40, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: > >> On Thu 20 Aug 2015 17:09, l...@gnu.org (Ludovic Courtès) writes: >> +@defvr {Scheme Variable} %standard-geoclue-applications +The standard list of well-known GeoClue application configurations, >

Re: [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dependency.

2015-08-24 Thread Andy Wingo
On Fri 21 Aug 2015 22:47, Mark H Weaver writes: > Andy Wingo writes: > >> Not sure what the right solution to this mess is; ideally a user would >> just have to install a set of gstreamer plugins and those would work >> across all of their applications, and you wouldn't have to specify the >> pl

[PATCH] Update libedit, enable Unicode support.

2015-08-24 Thread Ricardo Wurmus
>From f9a03d795d96bf83de9c002f1b7542eb42909bff Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 24 Aug 2015 14:19:53 +0200 Subject: [PATCH 1/2] gnu: libedit: Update to 20150325-3.1. * gnu/packages/libedit.scm (libedit): Update to 20150325-3.1. --- gnu/packages/libedit.scm | 4 ++-- 1 fil

Re: [PATCH] Attempt to fix OpenBLAS on MIPS.

2015-08-24 Thread Ricardo Wurmus
Hi Mark, Mark H Weaver writes: > Mark H Weaver writes: > >> Andreas Enge writes: >> >>> On Wed, Jul 22, 2015 at 05:59:06PM +0200, Ricardo Wurmus wrote: The test target appears to only do something if TARGET is not set: Since we do pass TARGET=SICORTEX the tests are skipped. I don’t

Re: [PATCH 11/13] gnu: Add ghc-x11-xft.

2015-08-24 Thread Eric Bavier
I pushed this patch with similar alignment fixes. Thanks `~Eric On Tue, 18 Aug 2015 22:40:13 +0200 Siniša Biđin wrote: > * gnu/packages/haskell.scm (ghc-x11-xft): New variable. > --- > gnu/packages/haskell.scm | 33 - > 1 file changed, 32 insertions(+), 1 deleti

Re: [PATCH 10/13] gnu: Add ghc-x11.

2015-08-24 Thread Eric Bavier
On Tue, 18 Aug 2015 22:40:12 +0200 Siniša Biđin wrote: > * gnu/packages/haskell.scm (ghc-x11): New variable. > --- > gnu/packages/haskell.scm | 35 ++- > 1 file changed, 34 insertions(+), 1 deletion(-) [...] > +(source > + (origin Align to under "s". >

Re: [PATCH] R build system and CRAN importer (updated)

2015-08-24 Thread Ricardo Wurmus
Hi David, > Apologies if the mail client I'm using butchers the formatting... my > Emacs mail setup isn't working quite right now so I'm using something > else. I hope you can still read my feedback well enough. that’s okay. Thank you for taking the time to review this patch set! > +(define st

Re: [PATCH] gnu: Simplify LLVM build.

2015-08-24 Thread Mark H Weaver
Andy Wingo writes: > On Fri 21 Aug 2015 23:16, Mark H Weaver writes: > >> Andy Wingo writes: >> >>> If Guix has additional requirements they should be indicated >>> somewhere; did I miss the document? >> >> No, you didn't miss it. We have a lot to do, and writing precise >> documentation of ou

Re: [PATCH] gnu: clang-runtime: New package, propagated by clang.

2015-08-24 Thread Mark H Weaver
Andy Wingo writes: > This patch lets -fsanitize=thread work. It also lets packages build > which include the and related > headers. > > Andy > > From abca4b3b20a94c16131f521e35c63ffaf50ec45b Mon Sep 17 00:00:00 2001 > From: Andy Wingo > Date: Mon, 17 Aug 2015 09:21:09 +0200 > Subject: [PATCH]

Re: [PATCH] gnu: llvm: Update to 3.6.2.

2015-08-24 Thread Mark H Weaver
Andy Wingo writes: > Applies on top of my previous LLVM patch. > > From f126a706123f27d77c528444602325ca17f691b2 Mon Sep 17 00:00:00 2001 > From: Andy Wingo > Date: Fri, 21 Aug 2015 16:52:26 +0200 > Subject: [PATCH] gnu: llvm: Update to 3.6.2. Pushed, thanks! Mark

Re: [PATCH 07/13] gnu: Add ghc-data-default-instances-dlist.

2015-08-24 Thread Eric Bavier
On Tue, 18 Aug 2015 22:40:09 +0200 Siniša Biđin wrote: > * gnu/packages/haskell.scm (ghc-data-default-instances-dlist): > New variable. > --- > gnu/packages/haskell.scm | 24 > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/h

Re: FOSDEM 2016

2015-08-24 Thread Christopher Allan Webber
Pjotr Prins writes: > We should propose a Guile + Guix developers track for FOSDEM. They usually > have > Ruby/Perl/Python dev tracks, so Guile will fit right in. I am sure we can > generate enough interesting talks on aspects of Guix packaging, for one. > > Deadline for dev room proposals is hal

Re: [PATCH] Add (minimal) BioPerl.

2015-08-24 Thread Ricardo Wurmus
Hi, Ricardo Wurmus writes: > Ludovic Courtès writes: > >>> Is there a better way to make sure that all (direct and transient) >>> runtime dependencies can be found through the PERL5LIB variable? >> >> Good question. The #:inputs parameter of build phases contains all the >> inputs (native, nor

Re: [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dependency.

2015-08-24 Thread Mark H Weaver
Andy Wingo writes: > On Fri 21 Aug 2015 22:47, Mark H Weaver writes: > >> Andy Wingo writes: >> >>> Not sure what the right solution to this mess is; ideally a user would >>> just have to install a set of gstreamer plugins and those would work >>> across all of their applications, and you would

Re: [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dependency.

2015-08-24 Thread Andy Wingo
Hi Mark :) Thank you for being patient with an idiot :) On Mon 24 Aug 2015 18:14, Mark H Weaver writes: > For the same reason that I explained in my last email in this thread, > although I forgot to mention ~/.guix-profile/etc/profile: > > Note that we have a 'native-search-paths' specificati

Re: FOSDEM 2016

2015-08-24 Thread Ricardo Wurmus
Pjotr Prins writes: > We should propose a Guile + Guix developers track for FOSDEM. They usually > have > Ruby/Perl/Python dev tracks, so Guile will fit right in. I am sure we can > generate enough interesting talks on aspects of Guix packaging, for one. Good idea! > Anyone want to help organ

Re: FOSDEM 2016

2015-08-24 Thread Tomáš Čech
Hi Guix! On Sun, Aug 23, 2015 at 07:36:12PM +0200, Ludovic Courtès wrote: Hello! (Sorry for the late reply.) Pjotr Prins skribis: We should propose a Guile + Guix developers track for FOSDEM. They usually have Ruby/Perl/Python dev tracks, so Guile will fit right in. I am sure we can generat

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

2015-08-24 Thread Efraim Flashner
On Fri, 21 Aug 2015 10:08:56 +0200 Andreas Enge wrote: > On Thu, Aug 20, 2015 at 05:50:10PM +0800, 宋文武 wrote: > > eyeD3 is both a tool and python library, I wonder whether > > 'python-eyed3' fits better. > > Usually when a package provides binaries we do not use the "python" prefix. > It would a

Re: [PATCH] guix package: -s shows outputs

2015-08-24 Thread Ludovic Courtès
Mark H Weaver skribis: > From 5853d9df55f4adae4c9d872e3491336efd3b292c Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Sat, 22 Aug 2015 00:31:11 -0400 > Subject: [PATCH] guix package: -s shows outputs. > > * guix/ui.scm (package->recutils): Print "outputs:". Sure, it’s a good idea. Than

Re: [PATCH 1/2] gnu: Add font-ubuntu

2015-08-24 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mark H Weaver skribis: >> >>> I'm not entirely sure it's a free software license as indicated by >>> 'fsf-free' either, >> >> Why? > > The main thing that worries me is this combination of facts: [...] Indeed, those arguments

Re: [PATCH] gnu: clang-runtime: New package, propagated by clang.

2015-08-24 Thread Mark H Weaver
Andy Wingo writes: > From abca4b3b20a94c16131f521e35c63ffaf50ec45b Mon Sep 17 00:00:00 2001 > From: Andy Wingo > Date: Mon, 17 Aug 2015 09:21:09 +0200 > Subject: [PATCH] gnu: clang-runtime: New package, propagated by clang. A bit late, since I already pushed it, but I noticed that Debian doesn'

Re: [PATCH] gnu: Add GeoClue desktop service.

2015-08-24 Thread Ludovic Courtès
Andy Wingo skribis: > However it seems to me that you don't need a location service to get > your location -- any app has basically the right privileges to grovel > through things on its own, either through geo-IP things or via seeing > what wireless hotspots are around, etc. This is what Chromi

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

2015-08-24 Thread Mark H Weaver
Efraim Flashner writes: > On Thu, 20 Aug 2015 17:50:10 +0800 > 宋文武 wrote: > >> Efraim Flashner writes: >> >> > * gnu/packages/mp3.scm (eyed3): New variable. >> > --- >> > gnu/packages/mp3.scm | 25 + >> > 1 file changed, 25 insertions(+) >> > [...] >> > +(license l

Re: [PATCH] guix: lint: Check for version-only origin file names.

2015-08-24 Thread Mark H Weaver
ericbav...@openmailbox.org writes: > From: Eric Bavier > > * guix/scripts/lint.scm (check-source): Emit warning if source filename > contains only the version of the package. This is not a proper review, but I just wanted to add that another common case is for the filename to start with "v" fo

Re: [PATCH] guix: lint: Check for version-only origin file names.

2015-08-24 Thread Eric Bavier
On Mon, 24 Aug 2015 19:02:11 -0400 Mark H Weaver wrote: > ericbav...@openmailbox.org writes: > > > From: Eric Bavier > > > > * guix/scripts/lint.scm (check-source): Emit warning if source filename > > contains only the version of the package. > > This is not a proper review, but I just wante