Re: [PATCH] gnu: Add chromaprint.

2016-10-20 Thread Hartmut Goebel
Am 19.10.2016 um 22:25 schrieb Ludovic Courtès: >> > +(arguments >> > + `(#:tests? #f ; tests require googletest *sources* > Weird. > Yes. From the issue I opened on this:[1] That's the recommended way to use gtest. It's a C++ library and the ABI depends on many compiler options.

Re: [PATCH 7/7] gnu: Add r-bioccheck.

2016-10-20 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > +(define-public r-bioccheck + (package +(name "r-bioccheck") +(version "1.10.0") +(source (origin + (method url-fetch) + (uri (bioconductor-uri "BiocCheck" version)) +

Re: [PATCH 1/2] gnu: Add python-setproctitle and python2-setproctitle.

2016-10-20 Thread Hartmut Goebel
Am 19.10.2016 um 16:45 schrieb Efraim Flashner: >> > + (setenv "PYTHON" (or (which "python3") (which "python"))) > IIRC (or ... here will return true, > which i'm sure is not the point. https://www.gnu.org/software/guile

Cross-building bootstrap binaries fail in current master

2016-10-20 Thread Carlos Sánchez de La Lama
Hi all, with current master (1dc30f92320c5e1b528a7eec2b0a4ce529f70c56), trying guix build --target=i686-linux bootstrap-tarballs fails with --8<---cut here---start->8--- starting phase `unpack' In execvp of tar: No such file or directory phase `unpack' failed

Re: Cross-building bootstrap binaries fail in current master

2016-10-20 Thread Efraim Flashner
On Thu, Oct 20, 2016 at 11:07:14AM +0200, Carlos Sánchez de La Lama wrote: > Hi all, > > with current master (1dc30f92320c5e1b528a7eec2b0a4ce529f70c56), trying > > guix build --target=i686-linux bootstrap-tarballs > > fails with > > --8<---cut here---start->8

Re: [PATCH 1/2] gnu: Add python-axolotl-curve25519.

2016-10-20 Thread Arun Isaac
Marius Bakke writes: > You can provide a list of licenses in the license field. I'll send an updated patch soon. signature.asc Description: PGP signature

Re: [PATCH 2/2] gnu: Add python-axolotl.

2016-10-20 Thread Arun Isaac
Hartmut Goebel writes: > These must all be propagated-inputs. Sure. > The code includes tests in axolotl/tests/ (and maybe elsewhere. Please > check if these are installed and if so, if they can be safely removed. Yes, the tests were installed. I removed them, and as far as I can tell, it seem

[PATCH 2/2] gnu: Add python-axolotl.

2016-10-20 Thread Arun Isaac
* gnu/packages/python.scm (python-axolotl, python2-axolotl): New variables. --- gnu/packages/python.scm | 43 +++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8c6481a..085d8ea 100644 --- a/gnu/package

[PATCH 1/2] gnu: Add python-axolotl-curve25519.

2016-10-20 Thread Arun Isaac
* gnu/packages/python.scm (python-axolotl-curve25519, python2-axolotl-curve25519): New variables. --- gnu/packages/python.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9019fc3..8c6481a 100644 --

Re: [PATCH 2/2] gnu: gajim: Update to 0.16.6.

2016-10-20 Thread Arun Isaac
Leo Famulari writes: >> (arguments >> - `(;; The only check done by gajim-0.16.x is to check that the >> - ;; translations are up-to-date, and in 0.16.5 they are not, so >> - ;; "make check" fails. Therefore, we disable tests for now. >> - ;; >> - ;; XXX TODO Try

[PATCH 1/2] gnu: gajim: License is "version 3 only".

2016-10-20 Thread Arun Isaac
* gnu/packages/messaging.scm (gajim)[license]: Change to GPL3. --- gnu/packages/messaging.scm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 0089da1..f5a8c4a 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/pa

[PATCH 2/2] gnu: gajim: Update to 0.16.6.

2016-10-20 Thread Arun Isaac
* gnu/packages/messaging.scm (gajim): Update to 0.16.6. --- gnu/packages/messaging.scm | 43 ++- 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index f5a8c4a..4ce7310 100644 --- a/gnu/p

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

2016-10-20 Thread Roel Janssen
Dear Guix, Having multiple virtual terminals open, each running in their own environment created with @code{guix environment} can become confusing to the user. Therefore, I would like to add an option to pass a name to the shell prompt. Currently we default to "[env]". This patch adds a -p and

Re: [PATCH 1/2] gnu: Add python-axolotl-curve25519.

2016-10-20 Thread Arun Isaac
> +(license (list license:gpl3; Most files > + license:isc ; curve/curve25519-donna.c Do double check whether the license of curve/curve25519-donna.c is the ISC license. I am not awfully sure. signature.asc Description: PGP signature

Re: [PATCH] improve nginx-service

2016-10-20 Thread Julien Lepiller
On Wed, 19 Oct 2016 23:04:14 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Hi Julien, > > This looks like a great improvement to me! Sounds nicer than fiddling > with config files. > > I suppose we could make ‘nginx-service-type’ extensible (info "(guix) > Service Types and Services") so that p

Re: Display diffs between generations.

2016-10-20 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: [...] >> I don’t think so. The old behavior will always be available by >> specifying a single generation anyway: >> >> guix package --list-generations=42 >> >> It may be worth mentioning this in the manual. >> >> My understanding of the discus

Re: Display diffs between generations.

2016-10-20 Thread Roel Janssen
Ludovic Courtès writes: > Roel Janssen skribis: > >> Ludovic Courtès writes: > > [...] > >>> I don’t think so. The old behavior will always be available by >>> specifying a single generation anyway: >>> >>> guix package --list-generations=42 >>> >>> It may be worth mentioning this in the manu

Re: [PATCH] gnu: bash-minimal: Assume getcwd works correctly when cross-compiling

2016-10-20 Thread Ludovic Courtès
Hi Carlos, Carlos Sánchez de La Lama skribis: * gnu/packages/bash.scm (bash-minimal): Assume getcwd works correctly when cross compiling. >>> No tabs please. Otherwise LGTM, thanks! I spoke too fast. On >> master (Bash 4.3), this is unnecessary AFAICS: >> >> --8<---cut

Re: [PATCH] gnu: Add chromaprint.

2016-10-20 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 19.10.2016 um 22:25 schrieb Ludovic Courtès: >>> > +(arguments >>> > + `(#:tests? #f ; tests require googletest *sources* >> Weird. >> > > Yes. From the issue I opened on this:[1] > > That's the recommended way to use gtest. It's a C++ library and the >

Re: Guix "ops"

2016-10-20 Thread Ludovic Courtès
Howdy! Christopher Allan Webber skribis: > So yeah, I'm going to start playing around with building some on some of > these ideas soonish. I could use some advice, though. Assume I'm able > to build the right scheme representation of the system I want to be run > remotely on another machine (w

Re: Cross-building bootstrap binaries fail in current master

2016-10-20 Thread Ludovic Courtès
Hello! csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > with current master (1dc30f92320c5e1b528a7eec2b0a4ce529f70c56), trying > > guix build --target=i686-linux bootstrap-tarballs As discussed on IRC, --target expect a “GNU triplet” such as “i686-linux-gnu”, so the above thing canno

Re: [PATCH] Add scheme-bytestructures

2016-10-20 Thread Ludovic Courtès
Hello, Amirouche Boubekki skribis: > find-files does the right thing, there is no need to filter what it returns. > From ea88bf4b53a63ba0d54f71622d055c32cd7e346e Mon Sep 17 00:00:00 2001 > From: Amirouche > Date: Sun, 9 Oct 2016 12:31:20 +0200 > Subject: [PATCH] gnu: Add guile-bytestructures >

Re: Guix on clusters and in HPC

2016-10-20 Thread Ludovic Courtès
Hi Roel, Roel Janssen skribis: > Here are some aspects I think we need: > > * Network-aware guix-daemon Of course! > * Profile management > > The abstraction of profiles is an awesome feature of FPM, but the user > interface is missing. We could do better here. > > Switch the default pr

Re: Guix on clusters and in HPC

2016-10-20 Thread Ludovic Courtès
Thomas Danckaert skribis: > From: l...@gnu.org (Ludovic Courtès) > Subject: Guix on clusters and in HPC > Date: Tue, 18 Oct 2016 16:20:43 +0200 > >> So I’ve come up with an initial list of work items going from the >> immediate needs to crazy ideas (batch scheduler integration!) that >> hopefully

Re: [PATCH] Add scheme-bytestructures

2016-10-20 Thread Amirouche Boubekki
On Thu, Oct 20, 2016 at 4:00 PM Ludovic Courtès wrote: > Hello, > > Amirouche Boubekki skribis: > > > find-files does the right thing, there is no need to filter what it > returns. > > From ea88bf4b53a63ba0d54f71622d055c32cd7e346e Mon Sep 17 00:00:00 2001 > > From: Amirouche > > Date: Sun, 9 Oc

[PATCH] gnu: Add emacs-lua-mode.

2016-10-20 Thread David Thompson
* gnu/packages/emacs.scm (emacs-lua-mode): New variable. --- gnu/packages/emacs.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 6e9c181..fbde046 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@

Re: [PATCH] gnu: Add emacs-lua-mode.

2016-10-20 Thread ng0
Hi, We already have lua-mode, what is the difference with this one? http://git.savannah.gnu.org/cgit/guix.git/commit/?id=26e08b4d33918a844a42fd0f859ee640990ca757 David Thompson writes: > * gnu/packages/emacs.scm (emacs-lua-mode): New variable. > --- > gnu/packages/emacs.scm | 21

Re: Guix "ops"

2016-10-20 Thread Christopher Allan Webber
Ludovic Courtès writes: > Christopher Allan Webber skribis: > >> - Should I build the entire derivation of the system I want to run on >>the remote machine locally first, then copy that over? (I assume >>this is possible, and eventually desirable, especially if doing >>mass deployme

Re: [PATCH] gnu: Add hdf-eos2.

2016-10-20 Thread Thomas Danckaert
From: l...@gnu.org (Ludovic Courtès) Subject: Re: [PATCH] gnu: Add hdf-eos2. Date: Wed, 19 Oct 2016 17:08:32 +0200 --- /dev/null +++ b/gnu/packages/patches/hdf-eos2-build-shared.patch @@ -0,0 +1,23 @@ Please add a comment at the beginning of this patch. Added a very basic comment... I must

Re: Display diffs between generations.

2016-10-20 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: [...] >> I think what I’m suggesting is that the first matching generation should >> be displayed in full using ‘display-profile-content’, and subsequent >> generations would be displayed as a diff. >> >> Thus, when viewing a single generation, as

Re: Guix "ops"

2016-10-20 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Ludovic Courtès writes: > >> Christopher Allan Webber skribis: >> >>> - Should I build the entire derivation of the system I want to run on >>>the remote machine locally first, then copy that over? (I assume >>>this is possible, and eventually desira

Re: [PATCH 1/1] services: ntpd: Make large clock adjustments if necessary.

2016-10-20 Thread Ludovic Courtès
Leo Famulari skribis: > On Wed, Oct 19, 2016 at 10:49:32PM +0200, Ludovic Courtès wrote: >> diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm >> index 7495179..ce281c5 100644 >> --- a/gnu/services/networking.scm >> +++ b/gnu/services/networking.scm >> @@ -265,11 +265,13 @@ Pr

Re: [PATCH] gnu: Add emacs-d-mode.

2016-10-20 Thread Ludovic Courtès
Roel Janssen skribis: >>From 9a83259640de620241bd36254cbae5ec0500a399 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Wed, 19 Oct 2016 13:22:57 +0200 > Subject: [PATCH] gnu: Add emacs-d-mode. > > * gnu/packages/emacs.scm (emacs-d-mode): New variable. Go for it, thanks! Ludo’.

Re: [PATCH 1/2] gnu: gajim: License is "version 3 only".

2016-10-20 Thread Ludovic Courtès
Leo Famulari skribis: > On Wed, Oct 19, 2016 at 10:20:04AM +0530, Arun Isaac wrote: >> * gnu/packages/messaging.scm (gajim)[license]: Change to GPL3. > > Thanks for checking on this! > > Indeed, the bulk of the license headers say "version 3 only", so I think > gajim is GPL3. But, I found a few f

Re: [PATCH 1/2] gnu: network-manager: Update to 1.4.2.

2016-10-20 Thread Ludovic Courtès
ng0 skribis: > * gnu/packages/gnome.scm (network-manager): Update to 1.4.2. Applied to core-updates. Ludo’.

Re: [PATCH 2/2] gnu: network-manager-applet: Update to 1.4.2.

2016-10-20 Thread Ludovic Courtès
ng0 skribis: > * gnu/packages/gnome.scm (network-manager-applet): Update to 1.4.2. Applied to core-updates, thanks! Ludo’.

Re: [PATCH 2/2] gnu: network-manager-applet: Update to 1.4.2.

2016-10-20 Thread Kei Kebreau
l...@gnu.org (Ludovic Courtès) writes: > ng0 skribis: > >> * gnu/packages/gnome.scm (network-manager-applet): Update to 1.4.2. > > Applied to core-updates, thanks! > > Ludo’. I have a question. The network-manager service doesn't seem to work in my VM, i.e. network-manager-applet gives the messa

[PATCH 4/4] gnu: Add python-flask-sqlalchemy.

2016-10-20 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-sqlalchemy): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 60ef79c..a21ffc8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packag

[PATCH 0/4] Add some Flask modules

2016-10-20 Thread Danny Milosavljevic
Danny Milosavljevic (4): gnu: Add python-aniso8601. gnu: Add python-flask-restful. gnu: Add python-flask-basicauth. gnu: Add python-flask-sqlalchemy. gnu/packages/python.scm | 98 + 1 file changed, 98 insertions(+)

[PATCH 2/4] gnu: Add python-flask-restful.

2016-10-20 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-restful): New variable. --- gnu/packages/python.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d60bec0..ea56079 100644 --- a/gnu/packages/python.scm +++ b/gnu/p

[PATCH 3/4] gnu: Add python-flask-basicauth.

2016-10-20 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-basicauth): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ea56079..60ef79c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages

[PATCH 1/4] gnu: Add python-aniso8601.

2016-10-20 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-aniso8601): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9019fc3..d60bec0 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pytho

Re: half-package of autossh

2016-10-20 Thread Christopher Allan Webber
Christopher Allan Webber writes: > Hello all! I got autossh packaged, at least in theory. I use this all > the time when on Debian. > > And yet, though the binary appears on my profile, it seems to do nothing > in Guix. I'm not sure why this is. > > I should be able to do: > > autossh fencepo

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-20 Thread rennes
Hello, I updated the patch. On 2016-10-17 18:33, ren...@openmailbox.org wrote: Hello, I updated my git repository and have generated patches. If you do not have a branch, do the follwoing: git checkout -b gnome-bluefish # search for your two patches, e.g using "git reflog | grep gunimap" and

[PATCH 1/3] gnu: Add emacs-stream.

2016-10-20 Thread Federico Beffa
From 0ecbbcccb171223acc5b4824c0c22a35cb22b6f1 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Thu, 20 Oct 2016 17:32:42 +0200 Subject: [PATCH 1/3] gnu: Add emacs-stream. * gnu/packages/emacs.scm (emacs-stream): New varaible. --- gnu/packages/emacs.scm | 18 ++ 1 file changed

[PATCH 2/3] gnu: Add emacs-el-search.

2016-10-20 Thread Federico Beffa
From 4e1d6cddf36c3f293006e79013fddca4c4441f34 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Thu, 20 Oct 2016 17:50:56 +0200 Subject: [PATCH 2/3] gnu: Add emacs-el-search. * gnu/packages/emacs.scm (emacs-el-search): New variable. --- gnu/packages/emacs.scm | 24 1

[PATCH 3/3] gnu: haskell-mode: Update to 16.1.

2016-10-20 Thread Federico Beffa
From 46bd8735643b50c9c13ebce595943ad20aa1c7f1 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Thu, 20 Oct 2016 20:23:11 +0200 Subject: [PATCH 3/3] gnu: haskell-mode: Update to 16.1. * gnu/packages/emacs.scm (haskell-mode): Update to 16.1. [inputs]: Add 'emacs-el-search' and 'emacs-stream'.

slim patch does not apply

2016-10-20 Thread ng0
Tried a system reconfigure of one of the GuixSD systems, after I synced with head, got this when it came to slim: patching file app.cpp patching file panel.cpp Hunk #1 succeeded at 266 (offset 6 lines). patching file panel.cpp /gnu/store/ni491r4ffm03v0cr70df12lwiq826das-patch-2.7.5/bin/patch: