Update giac-xcas and wireshark

2016-10-20 Thread Nicolas Goaziou
Hello, Here are updates for Giac-Xcas and Wireshark. Regards, -- Nicolas Goaziou0x80A93738 >From c26e7cb826ee2e232743c7e021bbe99d404b82e6 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 19 Oct 2016 23:52:57 +0200

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.

[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 ---

[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

[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 ---

[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 +++

[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 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

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 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.

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

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

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"

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

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'

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. > --- >

[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] 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

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

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

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 >> @@

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.

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

[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 +++

[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(+)

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.

[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 +++

[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 +++

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

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

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

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

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: >> >>

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

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 >

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.

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

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

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

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