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

2015-11-07 Thread Efraim Flashner
On Sat, 7 Nov 2015 20:31:45 +0200 Efraim Flashner wrote: > On Thu, 05 Nov 2015 22:28:42 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > > > Efraim Flashner skribis: > > > > > * gnu/packages/qt.scm (qtkeychain): New variable. > > > > [...] > > > > > + (modify-phases > > > +

[PATCH 1/2] gnu: Add gtksourceview.

2015-11-07 Thread David Hashe
* gnu/packages/gnome.scm (gtksourceview): New variable. --- gnu/packages/gnome.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5440433..9bd1c31 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/g

[PATCH 2/2] gnu: Add gedit.

2015-11-07 Thread David Hashe
* gnu/packages/gnome.scm (gedit): New variable. --- gnu/packages/gnome.scm | 56 ++ 1 file changed, 56 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9bd1c31..b6ca7c7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/pa

Re: [PATCH] import: pypi: add updater

2015-11-07 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: >> IIUC the commit bab020d7ca50e4153cf24832d119389a37fa8f63 has made >> Guile-JSON non optional. > > Yes, a mistake. > >> What should we do about this? > > Something like this should work: > > diff --git a/guix/scripts/refresh.scm b

wcalc

2015-11-07 Thread Efraim Flashner
Fairly simple program, my chosen commandline calculator program. Not much to say :) -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted From 054409b739008ce68b9c46362917fb4cea8

Re: [PATCH] gnu: guile: Add guile-irregex.

2015-11-07 Thread Efraim Flashner
On Fri, 06 Nov 2015 10:58:58 -0600 Christopher Allan Webber wrote: > Ludovic Courtès writes: > > > Christopher Allan Webber skribis: > > > >> On a side note, it would really be nice to have a > >> r6rs-build-system... starting to result in a lot of similar spaghetti in > >> a few of these pac

Re: [PATCH 2/2] gnu: Add owncloud-client.

2015-11-07 Thread Efraim Flashner
On Thu, 05 Nov 2015 22:32:21 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > > * gnu/packages/owncloud.scm (owncloud-client): New variable. > > * gnu-system.am [GNU_SYSTEM_MODULES]: Add it. > > [...] > > > + (modify-phases %standard-phases > > +(add-a

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

2015-11-07 Thread Efraim Flashner
On Thu, 05 Nov 2015 22:28:42 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > > * gnu/packages/qt.scm (qtkeychain): New variable. > > [...] > > > + (modify-phases > > + %standard-phases > > ‘%standard-phases’ goes on the previous line. > > > +

Re: Internship

2015-11-07 Thread Pjotr Prins
On Sat, Nov 07, 2015 at 04:12:43PM +0100, Roel Janssen wrote: > I am in this process. I want to add a package to Guix pretty soon. I've > run into some problems with the combination Fedora + Guix, so I still > have to get a working Guix setup before I can test my package expression. Did you try th

Re: IMPORTANT: Security Updates

2015-11-07 Thread Ludovic Courtès
Thanks a lot for the timely update! Ludo’.

Re: Call for testing!

2015-11-07 Thread Ludovic Courtès
Adam Pribyl skribis: > 1) doc: I would suggest to put in the doc (on tty2) to put the > commands that should be used during installation on the separate lines > > e.g.: > " > o install the system, you would: > > Configure the network, by running ifconfig eno1 up && dhclient eno1 > " > should

Re: IMPORTANT: Security Updates

2015-11-07 Thread Mark H Weaver
Mark H Weaver writes: > I just pushed updates to 'nss', 'nspr', and 'icecat' fixing critical > remote code execution security vulnerabilities in all three. > > This also affects 'epiphany', 'libreoffice', 'conkeror', anything based > on Qt, and other things. Substitutes are available for all of

Re: Internship

2015-11-07 Thread Roel Janssen
Hello! Thank you for your reply. Ludovic Courtès writes: > Hi! > > Roel Janssen skribis: > > ... > >> You’d need to find a project that goes from design to implementation. > That sounds a bit like a GSoC project in scope, so you might want to > look at ideas that were previously discussed. For

Re: IMPORTANT: Security Updates

2015-11-07 Thread Thompson, David
On Sat, Nov 7, 2015 at 8:43 AM, Mark H Weaver wrote: > I just pushed updates to 'nss', 'nspr', and 'icecat' fixing critical > remote code execution security vulnerabilities in all three. > > This also affects 'epiphany', 'libreoffice', 'conkeror', anything based > on Qt, and other things. Substit

IMPORTANT: Security Updates

2015-11-07 Thread Mark H Weaver
I just pushed updates to 'nss', 'nspr', and 'icecat' fixing critical remote code execution security vulnerabilities in all three. This also affects 'epiphany', 'libreoffice', 'conkeror', anything based on Qt, and other things. Substitutes are available for all of the updated packages on x86_64 an

Re: [PATCH] edit: Friendlier error message.

2015-11-07 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Andreas Enge skribis: > >> On Thu, Nov 05, 2015 at 12:08:35PM +0100, Ludovic Courtès wrote: >>> > +(unless (search-path (parse-path (getenv "PATH")) (%editor)) >>> > + (leave (_ "Couldn't find editor '~a'. Please check $EDITOR and >>> > $PATH.")

Re: [PATCH] edit: Friendlier error message.

2015-11-07 Thread Ludovic Courtès
Andreas Enge skribis: > On Thu, Nov 05, 2015 at 12:08:35PM +0100, Ludovic Courtès wrote: >> > +(unless (search-path (parse-path (getenv "PATH")) (%editor)) >> > + (leave (_ "Couldn't find editor '~a'. Please check $EDITOR and >> > $PATH.") >> > + (%editor))) > > An additiona

Re: [PATCH] website: Add support for Haunt.

2015-11-07 Thread Ludovic Courtès
"Thompson, David" skribis: > On Fri, Nov 6, 2015 at 3:47 PM, Ludovic Courtès wrote: [...] >>> WARNING: Haunt builds the site afresh at each 'haunt build' run, which >>> means that it deletes everything in the build directory first. Will >>> that be an issue here? >> >> That should be fine. >

Re: [PATCH] build: pull: Compile .scm files in one process.

2015-11-07 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Could you do ‘guix pull --verbose’ so we see the order in which files > are compiled? Here's the output: compiling... 0.0% of 463 files compiling '/gnu/store/dbkpm8rqjz096w0bchmnlj8gw15q2riy-guix-latest/guix.scm'... ;;; Failed to autoload make-sessio