Re: [PATCH] gnu: icecat: Enable gtk3 support.

2016-10-27 Thread David Craven
> Is gtk+-2 still needed as an input? Do the two versions of gtk+ > conflict with each other at all? Yes, gtk+-2 is still needed. I'm not sure why exactly. They should not conflict, but some more testing might be nice. > So, my inclination would be to drop this last hunk of the patch. Yep, is p

Re: [PATCH] gnu: Add python2-pathlib2.

2016-10-27 Thread Hartmut Goebel
Am 26.10.2016 um 14:46 schrieb Efraim Flashner: > This looks good to me. I'd add a comment near the arguments like the one > at the top as to why its python2- only. Thanks for the suggestion. I added it. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

Re: [PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-27 Thread Roel Janssen
Ricardo Wurmus writes: > Hi Roel, > > funny, this has also been on my pile of unsubmitted, bit-rotting patches > (because I must use Trello at work and I much rather use org-mode). I > remember that this wasn’t straight-forward to package and required a lot > more (build-time) inputs. We seem t

Re: [PATCH] environment: Add a prompt-name argument.

2016-10-27 Thread Roel Janssen
Ludovic Courtès writes: > Hi, > > Roel Janssen skribis: > >> This patch adds a -p and --prompt-name argument to @code{guix >> environment}, and puts the argument's value between the square brackets >> instead of "env". > > Sounds like a good idea! Maybe ‘--prompt-suffix’ would be more accurate

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

2016-10-27 Thread Marius Bakke
Mike Gerwitz writes: > Marius: > > Thanks for your mentoring on this. :) You're welcome! :) > > On Mon, Oct 24, 2016 at 17:21:18 +0100, Marius Bakke wrote: >> I'll continue working on getting ccid integrated and eventually make a >> pcscd service for GuixSD. > > Is there anything you'd like hel

[PATCH 1/1] gnu: Add ccid.

2016-10-27 Thread Marius Bakke
* gnu/packages/security-token.scm (ccid): New variable. --- gnu/packages/security-token.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 735b2fe..8f58c58 100644 --- a/gnu/packag

Re: [PATCH] gnu: Add plantuml.

2016-10-27 Thread Efraim Flashner
I don't java, so I haven't tried it out, so my comments are mostly cosmetic on the package definition. On Mon, Oct 24, 2016 at 04:12:25PM +0300, Theodoros Foradis wrote: > + > +(define-public plantuml > + (package > +(name "plantuml") > +(version "8048") > +(source (origin > +

Re: [PATCH] gnu: Add plantuml.

2016-10-27 Thread Marius Bakke
Theodoros Foradis writes: > * gnu/packages/plantuml.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > --- > gnu/local.mk | 1 + > gnu/packages/plantuml.scm | 87 > +++ > 2 files changed, 88 insertions(+) > create mode 1006

[PATCH v2 0/1] gnu: Add plantuml.

2016-10-27 Thread Theodoros Foradis
Efraim Flashner writes: > I don't java, so I haven't tried it out, so my comments are mostly > cosmetic on the package definition. > > On Mon, Oct 24, 2016 at 04:12:25PM +0300, Theodoros Foradis wrote: >> + >> +(define-public plantuml >> + (package >> +(name "plantuml") >> +(version "804

[PATCH v2 1/1] gnu: Add plantuml.

2016-10-27 Thread Theodoros Foradis
* gnu/packages/uml.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/uml.scm | 86 2 files changed, 87 insertions(+) create mode 100644 gnu/packages/uml.scm diff --git a/gnu/local.mk b/gn

More GuixSD installation tests

2016-10-27 Thread Ludovic Courtès
Hello! I’ve recently pushed two more system installation tests: one where we install a system with a separate /gnu partition (commit 5479aa2b7cf9164e87a1d1184ec97a9bba5cea92, a problem that Carlos reported in ), and one where we install a system whose root partition is R

Re: [PATCH] gnu: Update sunxi-tools to 1.4

2016-10-27 Thread Danny Milosavljevic
> is the change in 'target-tools' necessary for the update or should/can > it be split out into a second commit? It should be split out...

Re: [PATCH] gnu: windowmaker: Add support for more image formats.

2016-10-27 Thread Ludovic Courtès
Kei Kebreau skribis: > From f3a2a5366d00337673bfa590453b87587722a4ec Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Sun, 23 Oct 2016 11:26:25 -0400 > Subject: [PATCH] gnu: windowmaker: Add support for more image formats. > > * gnu/packages/gnustep.scm (windowmaker)[inputs]: Add giflib, lib

Re: [PATCH] gnu: Update sunxi-tools to 1.4

2016-10-27 Thread Danny Milosavljevic
> - (("-o [$][@] [$]\\^") "-o $@ meminfo.c")) > + (("-o [$][@] [$]\\^") "-o $@ $<")) >#t)) >(delete 'configure > (home-page "https://github.com/linux-sunxi/sunxi-tools";) > > It looks to me like this change sho

Re: [PATCH] improve nginx-service

2016-10-27 Thread Ludovic Courtès
Hi! Julien Lepiller skribis: > On Mon, 24 Oct 2016 22:51:27 +0200 > l...@gnu.org (Ludovic Courtès) wrote: [...] >> >> I suppose we could make ‘nginx-service-type’ extensible (info >> >> "(guix) Service Types and Services") so that people can write >> >> services that define new vhosts? >> >

Re: [PATCH] environment: Add a prompt-name argument.

2016-10-27 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: > >> Hi, >> >> Roel Janssen skribis: >> >>> This patch adds a -p and --prompt-name argument to @code{guix >>> environment}, and puts the argument's value between the square brackets >>> instead of "env". >> >> Sounds like a good idea! Maybe ‘--pro

Re: [PATCH] gnu: Add qwt.

2016-10-27 Thread Marius Bakke
Thomas Danckaert writes: > This patch adds Qwt. > > For the license, I picked LGPL2.1, but in fact Qwt has its own “Qwt > License”, which is the same as the LGPL2.1, but relaxes (or tries to > relax) some of its conditions (see > http://qwt.sourceforge.net/qwtlicense.html). Can we stick with

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

2016-10-27 Thread Ludovic Courtès
John Darrington skribis: > On Sun, Oct 23, 2016 at 05:45:50PM -0400, Leo Famulari wrote: > > > 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 +217,7 @@ should b

[PATCH] gnu: vim: Update to 8.0.0047.

2016-10-27 Thread Marius Bakke
The official vim mirrors only carries major versions and individual patches, no up-to-date releases. This patch changes the source uri to the tagged github releases instead of downloading all 40+ (so far) patches individually. I'm not very happy about changing to a third-party source, but IMO it

Re: [PATCH 2/2] services: Add 'cuirass-service'.

2016-10-27 Thread Ludovic Courtès
Salut ! Mathieu Lirzin skribis: > * gnu/services/cuirass.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > * doc/guix.texi (Continuous integration): New node. [...] > +++ b/doc/guix.texi > @@ -7687,6 +7687,7 @@ declaration. > * Mail Services:: IMAP, POP3, SMTP, and

Re: [PATCH] gnu: r: Use uname from Guix

2016-10-27 Thread Ricardo Wurmus
Roel Janssen writes: > Dear Guix, > > When running R, it executes a wrapper script that relies on > @code{uname} to be available in PATH: > >> R_HOME_DIR=/gnu/store/dz83xhn43qc2dpdrja8mhx78l7qffqvq-r-3.3.0/lib/R >> if test "${R_HOME_DIR}" = >> "/gnu/store/dz83xhn43qc2dpdrja8mhx78l7qffqvq-r-3.3.

Re: [PATCH] gnu: Update sunxi-tools to 1.4

2016-10-27 Thread Ricardo Wurmus
Danny Milosavljevic writes: >> - (("-o [$][@] [$]\\^") "-o $@ meminfo.c")) >> + (("-o [$][@] [$]\\^") "-o $@ $<")) >>#t)) >>(delete 'configure >> (home-page "https://github.com/linux-sunxi/sunxi-tools";) >>

Re: [PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-27 Thread Ricardo Wurmus
Roel Janssen writes: >> The cask file says: >> >> (development >> (depends-on "dash-functional") >> (depends-on "dash") > > @code{dash} provides @code{dash-functional}. > >> (depends-on "undercover") > > This one is needed to run the tests. > >> (depends-on "ert-runner") >> (depends-on "ert

Re: [PATCH] gnu: r: Use uname from Guix

2016-10-27 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> Dear Guix, >> >> When running R, it executes a wrapper script that relies on >> @code{uname} to be available in PATH: >> >>> R_HOME_DIR=/gnu/store/dz83xhn43qc2dpdrja8mhx78l7qffqvq-r-3.3.0/lib/R >>> if test "${R_HOME_DIR}" = >>> "/gnu/store/dz83

[PATCH] gnu: Add r-mutationalpatterns.

2016-10-27 Thread Roel Janssen
Dear Guix, The following patch adds another bioinformatics-related R package. Kind regards, Roel Janssen >From 92a36d068c90c96b2b5b4a7c8b4578ac3f6255cd Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Thu, 27 Oct 2016 17:06:07 +0200 Subject: [PATCH] gnu: Add r-mutationalpatterns. * gnu/packa

Re: [PATCH] gnu: Add r-mutationalpatterns.

2016-10-27 Thread Ricardo Wurmus
Roel Janssen writes: >>From 92a36d068c90c96b2b5b4a7c8b4578ac3f6255cd Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Thu, 27 Oct 2016 17:06:07 +0200 > Subject: [PATCH] gnu: Add r-mutationalpatterns. > > * gnu/packages/bioinformatics.scm (r-mutationalpatterns): New variable. […] > +(

Re: [PATCH v2 1/1] gnu: Add plantuml.

2016-10-27 Thread Ricardo Wurmus
Hi Theodoros, thanks for the patch! > +(define-public plantuml > + (package > +(name "plantuml") > +(version "8048") > +(source (origin > + (method url-fetch) > + (uri (string-append > +"mirror://sourceforge/plantuml/plantuml-" > +

Re: [PATCH] improve nginx-service

2016-10-27 Thread Julien Lepiller
On Thu, 27 Oct 2016 14:41:18 +0200 l...@gnu.org (Ludovic Courtès) wrote: > [...] > > What I had in mind was just to add ‘compose’ and ‘extend’ to > ‘nginx-service-type’ (this is where we define how extensions are > handled). There’s a bit of extra bookeeping to do, in particular > moving the list

Re: [PATCH] gnu: Add r-mutationalpatterns.

2016-10-27 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >>>From 92a36d068c90c96b2b5b4a7c8b4578ac3f6255cd Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Thu, 27 Oct 2016 17:06:07 +0200 >> Subject: [PATCH] gnu: Add r-mutationalpatterns. >> >> * gnu/packages/bioinformatics.scm (r-mutationalpatter

Re: [PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-27 Thread Ricardo Wurmus
Alex Kost writes: >> @Alex: could you please confirm this? Should these inputs be mentioned >> at all? If so, is it sufficient to add them to native-inputs? > > As for me, I don't see a reason to add these additional inputs, > emacs-build-system will not run tests anyway. Thank you for clarif

Re: [PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-27 Thread Alex Kost
Ricardo Wurmus (2016-10-27 16:09 +0200) wrote: > Roel Janssen writes: [...] >> +(define-public emacs-org-trello >> + (package >> +(name "emacs-org-trello") >> +(version "0.7.9") >> +(source (origin >> + (method url-fetch) >> + (uri (string-append >> +

Re: Guix gathering in Berlin, Dec. 12th?

2016-10-27 Thread ng0
l...@gnu.org (Ludovic Courtès) writes: > Hello Guix! > > A couple of us will be in Berlin in December for the reproducible build > summit, so I was wondering if there’d be interest in having a Guix > gathering in Berlin on Dec. 12th. It would be an opportunity to meet in > person and discuss hot

Re: [PATCH] gnu: vim: Update to 8.0.0047.

2016-10-27 Thread ng0
Marius Bakke writes: > The official vim mirrors only carries major versions and individual > patches, no up-to-date releases. This patch changes the source uri to > the tagged github releases instead of downloading all 40+ (so far) > patches individually. > > I'm not very happy about changing to

Re: [cfe-dev] [RFC] Reliable compiler specification setting (at least include/lib dirs) through the process environment

2016-10-27 Thread Will Dietz
Yes! I'm very interested in this as well! One piece of information to add: it might be worth investigating something more general like the configuration files used by ELLCC in controlling their cross-compilers. This was somewhat recently discussed here: http://lists.llvm.org/pipermail/llvm-dev/2

[PATCH] gnu: Add radeontop.

2016-10-27 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (radeontop): New variable. --- Ahoy Guix, Like top, but for mediocre GPUs. I'm too ignorant of anything beyond x86 to know if supported-systems is needed or even makes sense here. Kind regards, T G-R gnu/packages/linux.scm | 44 +++

Re: Web site news to move to Haunt

2016-10-27 Thread Ludovic Courtès
Hello Guix! l...@gnu.org (Ludovic Courtès) skribis: > The goal is to manage news using Haunt, and to have a page to display > them on the web site, something nicer and more flexible than this: > > https://savannah.gnu.org/news/?group=guix > > And I already enjoy Haunt! :-) I’m done! Please v

btrfs-progs updated to 4.8.2 twice

2016-10-27 Thread Leo Famulari
I noticed that btrfs-progs was updated to 4.8.2 on core-updates twice. Commited to core-updates: http://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=f02fb6dd6b6dbf91c3497a086bab5d9e791b2468 Commited on master and then merged into core-updates: http://git.savannah.gnu.org/cgit/guix

Re: 01/01: gnu: python-urllib3: Update to 1.18.1.

2016-10-27 Thread Leo Famulari
On Thu, Oct 27, 2016 at 01:05:19PM +, Marius Bakke wrote: > mbakke pushed a commit to branch master > in repository guix. > > commit 6178274d19ed3e637b5365b64a28f298574df81f > Author: Marius Bakke > Date: Thu Oct 27 14:03:07 2016 +0100 > > gnu: python-urllib3: Update to 1.18.1. >

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-27 Thread Mike Gerwitz
On Thu, Oct 27, 2016 at 10:46:11 +0100, Marius Bakke wrote: > + `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output > + "/pcsc/drivers")) When I run pcscd under Guix, I get: hotplug_libudev.c:122:HPReadBundleValues()

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

2016-10-27 Thread John Darrington
On Thu, Oct 27, 2016 at 02:51:02PM +0200, Ludovic Court??s wrote: > > On its own it does nothing. It makes more sense in context with the other patch I sent. > With this option in place, one can extend the unix-pam-service with another pam service > (such as krb5-pam), and if

Re: Guix gathering in Berlin, Dec. 12th?

2016-10-27 Thread Ricardo Wurmus
ng0 writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Hello Guix! >> >> A couple of us will be in Berlin in December for the reproducible build >> summit, so I was wondering if there’d be interest in having a Guix >> gathering in Berlin on Dec. 12th. It would be an opportunity to meet in >>

Re: [PATCH] gnu: vim: Update to 8.0.0047.

2016-10-27 Thread Ricardo Wurmus
Marius Bakke writes: > The official vim mirrors only carries major versions and individual > patches, no up-to-date releases. This patch changes the source uri to > the tagged github releases instead of downloading all 40+ (so far) > patches individually. > > I'm not very happy about changing to

Re: [PATCH v2 3/3] gnu: Add openocd.

2016-10-27 Thread Ricardo Wurmus
Theodoros Foradis writes: > +;; We build openocd from git, because the JTAG library libjaylink > +;; is not included in tarball releases. Is there a separate release of libjaylink? Does the git version bundle libjaylink? I’d prefer packaging proper releases of libjaylink and openocd, if that’

Re: [PATCH v2 2/3] gnu: Add hidapi.

2016-10-27 Thread Ricardo Wurmus
Theodoros Foradis writes: > * gnu/packages/hidapi.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > --- > gnu/local.mk| 1 + > gnu/packages/hidapi.scm | 63 > + > 2 files changed, 64 insertions(+) > create mode 100644