Re: Hacker Public Radio (podcast) interview about Guix

2017-01-09 Thread Maxim Cournoyer
Thanks for sharing!

Re: Add more Mailman3 packages.

2017-01-09 Thread Hartmut Goebel
Am 08.01.2017 um 22:31 schrieb ng0: > c) mixed python2 and python3? AFAIK. The backend is Python 3 and the frontend is still python 2.7. I just tried to resolve this in detail – which is not so easy. But in the postorious docs [1] I found a recommendation for the mailman-bundler

Re: [PATCH] gnu: Add guile-8sync.

2017-01-09 Thread Ludovic Courtès
Hi! Christopher Allan Webber skribis: > From 78683a5d2601d58445bfd82dc9c624e64f2231ed Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Sun, 8 Jan 2017 15:46:34 -0600 > Subject: [PATCH] gnu: Add guile-8sync. > > * gnu/packages/guile.scm (guile-8sync): New variable. Woohoo, go f

Re: Editing Scheme in the installation image

2017-01-09 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Ludovic Courtès writes: > >> Mike Gran skribis: >> On Sunday, January 8, 2017 2:48 AM, Ludovic Courtès wrote: >> >> [...] >> I think it would take more than elisp compilation support to port Emacs packages to Zile-on-Guile. Essentially we’d need

Re: Cuirass and duplicate derivations

2017-01-09 Thread Ludovic Courtès
Hello, Mathieu Lirzin skribis: > Mathieu Lirzin writes: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> What change would you suggest to solve this problem? It would be best >>> if Cuirass allowed several jobs building the same derivations (the key >>> could be an autoincrement counter inst

Re: [PATCH] gnu: gnome-tweak-tool: Use glib-or-gtk-build-system

2017-01-09 Thread Ludovic Courtès
Chris Marusich skribis: > Christopher Baines writes: > >> * gnu/packages/gnome.scm (gnome-tweak-tool): Switch from the gnu build >> system to the glib-or-gtk build system, to fix missing gobject >> introspection namespaces. >> --- >> gnu/packages/gnome.scm | 4 ++-- >> 1 file changed, 2 inserti

Re: [PATCH 3/3] gnu: Add font-google-roboto.

2017-01-09 Thread Ludovic Courtès
ng0 skribis: > * gnu/packages/fonts.scm (font-google-roboto): New variable. Applied, thanks!

Re: [PATCH 1/3] gnu: Add dotherside.

2017-01-09 Thread Ludovic Courtès
ng0 skribis: > * gnu/packages/qt.scm (dotherside): New variable. Applied, thanks!

Re: [PATCH 2/3] gnu: Add fluid.

2017-01-09 Thread Ludovic Courtès
Hi! ng0 skribis: > * gnu/packages/qt.scm (fluid): New variable. I think it’s best to put it in kde.scm or some other place; it feels wrong to import (gnu packages kde-frameworks) in (gnu packages qt). > +(define-public fluid > + (package > +(name "fluid") > +(version "0.9.0") > +(

Re: [PATCH] gnu: whois: Move mkpasswd to its own output.

2017-01-09 Thread Ludovic Courtès
Hi! ng0 skribis: > * gnu/packages/networking.scm (whois): Move mkpasswd to output "mkpasswd". > [outputs]: Add "mkpasswd". > [arguments]: Add new phase "move-mkpasswd". > Remove TODO comment about unbundling. > --- > gnu/packages/networking.scm | 19 --- > 1 file changed, 16 ins

Re: [PATCH] gnu: Add corrode.

2017-01-09 Thread Ludovic Courtès
Hi! Danny Milosavljevic skribis: > * gnu/packages/rust.scm (corrode): New variable. I took the freedom to move it to haskell.scm so that rust.scm does not pull in haskell.scm. > + (synopsis "C to Rust translator") > + (description "This package automatically translates C source code

Re: [PATCH 09/96] gnu: Add camlzip

2017-01-09 Thread Ben Woodcroft
On 09/01/17 03:40, Julien Lepiller wrote: On Sun, 8 Jan 2017 22:16:05 +1000 Ben Woodcroft wrote: Hi Julien, Thanks for all your efforts in this patch series - impressive stuff, and thanks to David for reviewing them. On 04/01/17 05:10, Julien Lepiller wrote: [...] +(arguments `(#:phases

[PATCH 4/9] gnu: Add qtscxml.

2017-01-09 Thread Efraim Flashner
* gnu/packages/qt.scm (qtscxml): New variable. --- gnu/packages/qt.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 23872c1ef..821fea1c3 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -973,6 +973,26 @@ deve

[PATCH 0/9] Add more qtmodules

2017-01-09 Thread Efraim Flashner
I figured we could use some more Qt modules, so I packaged up a couple. Qt3d bundles assimp and I'm still working on unbundling that, and even so I'm not happy about how it references another graphics library, so that one is going to need some more time. I also haven't looked at qtwebengine, since

[PATCH 2/9] gnu: Add qtserialbus.

2017-01-09 Thread Efraim Flashner
* gnu/packages/qt.scm (qtserialbus): New variable. --- gnu/packages/qt.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index bb3635a25..5f21be66c 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -781,6 +781,23 @@ dev

[PATCH] gnu: Add python-pypump.

2017-01-09 Thread Efraim Flashner
* gnu/packages/pumpio.scm (python-pypump): New variable. --- gnu/packages/pumpio.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/pumpio.scm b/gnu/packages/pumpio.scm index a74d474..f834884 100644 --- a/gnu/packages/pumpio.scm +++ b/gnu/

[PATCH 5/9] gnu: Add qtpurchasing.

2017-01-09 Thread Efraim Flashner
* gnu/packages/qt.scm (qtpurchasing): New variable. --- gnu/packages/qt.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 821fea1c3..d8acfe3a6 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -993,6 +993,23 @@ de

[PATCH 6/9] gnu: Add qtcanvas3d.

2017-01-09 Thread Efraim Flashner
* gnu/packages/qt.scm (qtcanvas3d): New variable. --- gnu/packages/qt.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index d8acfe3a6..04da5ee94 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1010,6 +1010,27 @

[PATCH 3/9] gnu: Add qtgamepad.

2017-01-09 Thread Efraim Flashner
* gnu/packages/qt.scm (qtgamepad): New variable. --- gnu/packages/qt.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 5f21be66c..23872c1ef 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -55,6 +55,7 @@

[PATCH 1/9] gnu: Add qtdeclarative-render2d.

2017-01-09 Thread Efraim Flashner
* gnu/packages/qt.scm (qtdeclarative-render2d): New variable. --- gnu/packages/qt.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 15beb8037..bb3635a25 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages

[PATCH 7/9] gnu: Add qtcharts.

2017-01-09 Thread Efraim Flashner
* gnu/packages/qt.scm (qtcharts): New variable. --- gnu/packages/qt.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 04da5ee94..c1164b20f 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1031,6 +1031,23 @@ deve

[PATCH 8/9] gnu: Add qtdatavis3d.

2017-01-09 Thread Efraim Flashner
* gnu/packages/qt.scm (qtdatavis3d): New variable. --- gnu/packages/qt.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index c1164b20f..eb00fe769 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1048,6 +1048,23 @@ d

Re: [PATCH 2/3] gnu: Add fluid.

2017-01-09 Thread Efraim Flashner
On Mon, Jan 09, 2017 at 10:32:52AM +0100, Ludovic Courtès wrote: > Hi! > > ng0 skribis: > > > * gnu/packages/qt.scm (fluid): New variable. > > I think it’s best to put it in kde.scm or some other place; it feels > wrong to import (gnu packages kde-frameworks) in (gnu packages qt). > > > +(defi

Re: fixing python-gpg package, need help

2017-01-09 Thread Efraim Flashner
On Sun, Jan 08, 2017 at 04:09:17PM -0500, Troy Sankey wrote: > I'm trying to fix the python-gpg package. Latest build [0] was a > failure because gpgme.h claims gpgme was compiled with _FILE_OFFSET_BITS > = 64, implying the current build (python-gpg) doesn't define any > _FILE_OFFSET_BITS (it shou

Re: Add more Mailman3 packages.

2017-01-09 Thread Efraim Flashner
On Mon, Jan 09, 2017 at 09:41:44AM +0100, Hartmut Goebel wrote: > Am 08.01.2017 um 22:31 schrieb ng0: > > c) mixed python2 and python3? > > AFAIK. The backend is Python 3 and the frontend is still python 2.7. > > I just tried to resolve this in detail – which is not so easy. But in > the postorio

Re: [PATCH 2/3] gnu: Add fluid.

2017-01-09 Thread ng0
Ludovic Courtès writes: > Hi! > > ng0 skribis: > >> * gnu/packages/qt.scm (fluid): New variable. > > I think it’s best to put it in kde.scm or some other place; it feels > wrong to import (gnu packages kde-frameworks) in (gnu packages qt). Okay, I will move it to kde-frameworks. It's somewhat Q

Re: [PATCH] gnu: whois: Move mkpasswd to its own output.

2017-01-09 Thread ng0
Ludovic Courtès writes: > Hi! > > ng0 skribis: > >> * gnu/packages/networking.scm (whois): Move mkpasswd to output "mkpasswd". >> [outputs]: Add "mkpasswd". >> [arguments]: Add new phase "move-mkpasswd". >> Remove TODO comment about unbundling. >> --- >> gnu/packages/networking.scm | 19 +++

Re: [PATCH 1/1] gnu: Add Guile-ICS.

2017-01-09 Thread Alex Sassmannshausen
Hi Ludo, Ludovic Courtès writes: > Howdy! > > Alex Sassmannshausen skribis: > > [...] > >> +(version "0.1.1-rc1") > > Apparently 0.1.1 is already out! > > However the tarball contains .go files, which should be removed. > > But it might be best to just download from github.com and add a > bo

Re: [PATCH] gnu: Add python-pypump.

2017-01-09 Thread Efraim Flashner
On Mon, Jan 09, 2017 at 12:03:39PM +0200, Efraim Flashner wrote: > * gnu/packages/pumpio.scm (python-pypump): New variable. > --- > gnu/packages/pumpio.scm | 39 +++ > 1 file changed, 39 insertions(+) > Ignore this one, I included it by accident, and I've neve

Re: Hacker Public Radio (podcast) interview about Guix

2017-01-09 Thread Alex Sassmannshausen
Listening to it now — thanks for the link :-) Alex Christopher Allan Webber writes: > Hello! In late 2015 I was interviewed about Guix for Hacker Public > Radio. Obviously, a lot has happened since then, but the ideas are > still relevant. This is mainly aimed at people who are interested in

[PATCH] gnu: hdf4: Update to 4.2.12.

2017-01-09 Thread Thomas Danckaert
>From 9654ad20d5039ae761970efaaff68cb0e9062179 Mon Sep 17 00:00:00 2001 From: Thomas Danckaert Date: Mon, 9 Jan 2017 12:32:48 +0100 Subject: [PATCH] gnu: hdf4: Update to 4.2.12. * gnu/packages/maths.scm (hdf4): Update to 4.2.12. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+

Re: Graphical Installer - Call for Testing.

2017-01-09 Thread John Darrington
On Sun, Jan 08, 2017 at 11:34:26PM +0100, Ludovic Court??s wrote: I did a quick test and I think it???s pretty cool. :-) Thanks. A few issues I noticed: 1. ???Go Back??? often doesn???t go back (for instance from the ???Choose the mount point for devi

fluid, v2

2017-01-09 Thread ng0
[PATCH] gnu: Add fluid. This patch, when entering the phase after install will fail with: ERROR: In procedure string-append: Wrong type (expecting string): #f

[PATCH] gnu: Add fluid.

2017-01-09 Thread ng0
* gnu/packages/kde-frameworks.scm (fluid): New variable. --- gnu/packages/kde-frameworks.scm | 57 + gnu/packages/qt.scm | 1 + 2 files changed, 58 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm ind

Re: FOSDEM social dinner

2017-01-09 Thread Catonano
2017-01-06 10:46 GMT+01:00 Alex Sassmannshausen < alex.sassmannshau...@gmail.com>: > Hello, > > Guile has a dev room at FOSDEM this year — for a whole day! The dev > room will be on Sunday. > > Whilst organising it, we had the idea that it would be fun to have a > Guile/Guix user & dev dinner on

Re: FOSDEM social dinner

2017-01-09 Thread Amirouche Boubekki
On 2017-01-09 14:37, Catonano wrote: 2017-01-06 10:46 GMT+01:00 Alex Sassmannshausen : Hello, Guile has a dev room at FOSDEM this year — for a whole day! The dev room will be on Sunday. Whilst organising it, we had the idea that it would be fun to have a Guile/Guix user & dev dinner on the Sa

[PATCH] gnu: rustc: Retain binutils.

2017-01-09 Thread David Craven
* gnu/packages/rust.scm (rustc)[arguments]: Retain binutils. Add wrap-rustc phase. Problem reported by Ben Woodcroft . --- gnu/packages/rust.scm | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 97d0d7cb0..ae0

Re: fixing python-gpg package, need help

2017-01-09 Thread Troy Sankey
Quoting Efraim Flashner (2017-01-09 05:14:29) > On Sun, Jan 08, 2017 at 04:09:17PM -0500, Troy Sankey wrote: > > I'm trying to fix the python-gpg package. Latest build [0] was a > > failure because gpgme.h claims gpgme was compiled with _FILE_OFFSET_BITS > > = 64, implying the current build (pytho

Re: [PATCH] gnu: rustc: Retain binutils.

2017-01-09 Thread David Craven
An idea: How about adding tests for packages? A simple compile check for a compiler or something like that. The problem with manual testing is that the environment could hide bugs. This would make sure that dependencies are retained and programs are wrapped etc. Useful or not?

Re: [PATCH] gnu: Add fluid.

2017-01-09 Thread ng0
ng0 writes: > * gnu/packages/kde-frameworks.scm (fluid): New variable. > --- > gnu/packages/kde-frameworks.scm | 57 > + > gnu/packages/qt.scm | 1 + > 2 files changed, 58 insertions(+) > > diff --git a/gnu/packages/kde-frameworks.scm b/gnu/p

Re: fixing python-gpg package, need help

2017-01-09 Thread Troy Sankey
Quoting Troy Sankey (2017-01-09 09:04:17) > > Since your laptop is actually 32-bit, does python-gpg build without the > > patch? If it does build without the patch, then it means that the > > 64-bit-ness of the build-machine on hydra is leaking into the build > > environment, and it should be set t

Re: [PATCH] gnu: whois: Move mkpasswd to its own output.

2017-01-09 Thread Ludovic Courtès
Hey, ng0 skribis: > Mkpasswd has nothing to do with whois, and upstream says so. I > think we should be able to install whois and just have whois, not > some random "historical bundled" binary in addition to whois. > I'm just stating the sizes as in comparison to the other outputs > they sometim

[PATCH] gnu: whois: Update to 5.2.14.

2017-01-09 Thread ng0
* gnu/packages/networking.scm (whois): Update to 5.2.14. --- gnu/packages/networking.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 3c7c07349..8258b3967 100644 --- a/gnu/packages/networking.scm +++ b/gnu

Re: [PATCH] gnu: whois: Move mkpasswd to its own output.

2017-01-09 Thread ng0
Ludovic Courtès writes: > Hey, > > ng0 skribis: > >> Mkpasswd has nothing to do with whois, and upstream says so. I >> think we should be able to install whois and just have whois, not >> some random "historical bundled" binary in addition to whois. >> I'm just stating the sizes as in comparison

Whois: Update to 5.2.14

2017-01-09 Thread ng0
This updates whois to 5.2.14.

Re: [PATCH] gnu: hdf4: Update to 4.2.12.

2017-01-09 Thread Ludovic Courtès
Thomas Danckaert skribis: > From 9654ad20d5039ae761970efaaff68cb0e9062179 Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Mon, 9 Jan 2017 12:32:48 +0100 > Subject: [PATCH] gnu: hdf4: Update to 4.2.12. > > * gnu/packages/maths.scm (hdf4): Update to 4.2.12. Applied, thanks! Ludo'.

Re: [PATCH] gnu: Add ldc-1.1.0-beta6

2017-01-09 Thread Ludovic Courtès
Hello! Sorry for the late reply! Frederick Muriithi skribis: > Based on thread > https://lists.gnu.org/archive/html/guix-devel/2017-01/msg00465.html > > - Fixed some issues raised by Danny Milosavljevic on thread above > - Updated the beta version to 6, up from 4 > - Started up a thread on ldc

Re: [PATCH] gnu: Simplify the downloads from http://www.aquamaniac.de

2017-01-09 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/gnucash.scm (aqbanking, gwenhyfar): Remove dummy parameter > from source url. Sure, thanks!

Re: [PATCH] Update python-pip to 9.0.1

2017-01-09 Thread Ludovic Courtès
Hello! Maxim Cournoyer skribis: > This is my 2nd and hopefully correct attempt at updating python-pip to > 9.0.1. Test inputs were removed as the tarball available from pypi is > stripped from any test. > > It also incorporates suggestions that were previously made [1]; for > example we no longe

Re: [PATCH] gnu: Add fluid.

2017-01-09 Thread David Craven
+(define-public fluid + (package +(name "fluid") +(version "0.8.0") +(source (origin + (method url-fetch) + (uri (string-append +"https://github.com/hawaii-desktop/fluid"; +"/releases/download/v" version "/" +

Re: [PATCH] gnu: Add fluid.

2017-01-09 Thread David Craven
Never mind, fluid 0.8.0 didn't have any tests yet.

Re: [PATCH] gnu: Add nim.

2017-01-09 Thread José Miguel Sánchez García
On 2017-01-08 14:47, David Craven wrote: + (add-before 'install 'create-dest-dirs + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (mkdir out) + (mkdir (string-append out "/bin") +

Re: [PATCH] gnu: xmonad: Add missing propagated input.

2017-01-09 Thread José Miguel Sánchez García
On 2017-01-08 11:56, l...@gnu.org wrote: Hi! José Miguel Sánchez García skribis: On 2017-01-07 22:48, l...@gnu.org wrote: José Miguel Sánchez García skribis: xmonad package needs some love, and this is the first step. ghc should be a propagated input, because it's needed for certain comm

Re: [PATCH] gnu: Add fluid.

2017-01-09 Thread ng0
David Craven writes: > Never mind, fluid 0.8.0 didn't have any tests yet. > Additionally they are not the same fluid, lirios is the merge of some other project which did "qml" before and of this hawaii. -- ♥Ⓐ ng0 -- https://www.inventati.org/patternsinthechaos/

Re: [PATCH] gnu: Add fluid.

2017-01-09 Thread David Craven
> Additionally they are not the same fluid, lirios is the merge of > some other project which did "qml" before and of this hawaii. I believe that fluid was forked from hawaii to papyros and that the main developer of hawaii and fluid is now the main developer of lirios and lirios-fluid. Sorry if i

Re: [PATCH] gnu: Add nim.

2017-01-09 Thread David Craven
Hi Jose, Some changes I made: * change module name to (gnu packages nim). * reorder imports alphabetically. * added you to the copyright header. * added a comment as to why the tests are disabled. * returned true after substitute* * used (zero? (system* "./install.sh" ... * removed new line after

Re: [PATCH] gnu: Add nim.

2017-01-09 Thread José Miguel Sánchez García
On 2017-01-09 18:09, David Craven wrote: Hi Jose, Some changes I made: * change module name to (gnu packages nim). * reorder imports alphabetically. * added you to the copyright header. * added a comment as to why the tests are disabled. * returned true after substitute* * used (zero? (system*

Re: [PATCH] gnu: Add nim.

2017-01-09 Thread David Craven
> Thanks for cleaning *the stupid mess* I made with this particular package. > Sorry for that, I'll start to calm down and check my patches before > submitting. Not at all! Their just details... You did all the important stuff :) Cheers, David

[PATCH 0/2] ImageMagick 7

2017-01-09 Thread Leo Famulari
I'd like to use these patches to create an imagemagick-updates branch where we can test the update to the API-incompatible ImageMagick 7 series. This is some information about the differences between the 6 and 7 APIs here: https://www.imagemagick.org/script/porting.php Any packages that aren't re

Re: [PATCH] gnu: doxygen: Use sh from the store.

2017-01-09 Thread Thomas Danckaert
From: Danny Milosavljevic Subject: Re: [PATCH] gnu: doxygen: Use sh from the store. Date: Tue, 3 Jan 2017 13:28:37 +0100 Thanks for the patch! Looks good to me. I think this patch wasn't applied yet (or I missed it?). Is it OK for staging or core-updates? (There are a lot of dependent packa

[PATCH 1/2] gnu: Update imagemagick to version 7.0.4-3.

2017-01-09 Thread Leo Famulari
From: John Darrington * gnu/packages/imagemagick.scm: Update to version 7.0.4-3 --- gnu/packages/imagemagick.scm | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index d654c3be2..d191ea76b 100644 --- a/gnu/pack

[PATCH 2/2] gnu: Add imagemagick-6.

2017-01-09 Thread Leo Famulari
* gnu/packages/imagemagick.scm (imagemagick-6): New variable. --- gnu/packages/imagemagick.scm | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index d191ea76b..9fe999887 100644 --- a/gnu/packages/image

Re: [PATCH] gnu: doxygen: Use sh from the store.

2017-01-09 Thread Leo Famulari
On Mon, Jan 09, 2017 at 08:37:23PM +0100, Thomas Danckaert wrote: > From: Danny Milosavljevic > Subject: Re: [PATCH] gnu: doxygen: Use sh from the store. > Date: Tue, 3 Jan 2017 13:28:37 +0100 > > > Thanks for the patch! Looks good to me. > > I think this patch wasn't applied yet (or I missed it

Re: FOSDEM social dinner

2017-01-09 Thread Leo Famulari
On Fri, Jan 06, 2017 at 10:46:39AM +0100, Alex Sassmannshausen wrote: > Hello, > > Guile has a dev room at FOSDEM this year — for a whole day! The dev > room will be on Sunday. > > Whilst organising it, we had the idea that it would be fun to have a > Guile/Guix user & dev dinner on the Saturday

[PATCH 09/13] gnu: Add human.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (human): New variable. --- gnu/packages/suckless.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index 2addb8d2b..afbd8ccd6 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/pac

[PATCH 13/13] gnu: Add lchat.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (lchat): New variable. --- gnu/packages/suckless.scm | 52 ++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index 0fd49fe7c..44de4defa 100644 --- a/gnu/pac

[PATCH 05/13] gnu: Add skroll.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (skroll): New variable. --- gnu/packages/suckless.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index fe19a5d2a..60f5093f2 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/pack

[PATCH 02/13] gnu: Add wificurse.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (wificurse): New variable. --- gnu/packages/suckless.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index 8021010f6..a72bf9477 100644 --- a/gnu/packages/suckless.scm +++ b/

[PATCH 04/13] licenses: Add wtfpl.

2017-01-09 Thread ng0
* guix/licenses.scm (wtfpl): New variable. --- guix/licenses.scm | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/guix/licenses.scm b/guix/licenses.scm index 1e1930058..3bb1923c0 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -8,7 +8,7 @@ ;;; Copyright © 2

[PATCH 06/13] gnu: Add sbm.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (sbm): New variable. --- gnu/packages/suckless.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index 60f5093f2..fd1399d30 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/packages/

[PATCH 10/13] gnu: Add fortify-headers.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (fortify-headers): New variable. --- gnu/packages/suckless.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index afbd8ccd6..e160273e3 100644 --- a/gnu/packages/suckl

[PATCH 08/13] gnu: Add noice.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (noice): New variable. --- gnu/packages/suckless.scm | 35 ++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index f9c89a4ff..2addb8d2b 100644 --- a/gnu/packages/suckle

[PATCH 12/13] gnu: Add libutf.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (libutf): New variable. --- gnu/packages/suckless.scm | 50 ++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index de251bc7b..0fd49fe7c 100644 --- a/gnu/pa

[PATCH 07/13] gnu: Add prout.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (prout): New variable. --- gnu/packages/suckless.scm | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index fd1399d30..f9c89a4ff 100644 --- a/gnu/packages/suck

Some suckless/2f30 packages.

2017-01-09 Thread ng0
[PATCH 01/13] gnu: Add xbattmon. [PATCH 02/13] gnu: Add wificurse. [PATCH 03/13] gnu: Add spoon. [PATCH 04/13] licenses: Add wtfpl. [PATCH 05/13] gnu: Add skroll. [PATCH 06/13] gnu: Add sbm. [PATCH 07/13] gnu: Add prout. [PATCH 08/13] gnu: Add noice. [PATCH 09/13] gnu: Add human. [PATCH 10/13] gnu:

[PATCH 11/13] gnu: Add colors.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (colors): New variable. --- gnu/packages/suckless.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index e160273e3..de251bc7b 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/pa

[PATCH 01/13] gnu: Add xbattmon.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (xbattmon): New variable. --- gnu/packages/suckless.scm | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index a00420312..8021010f6 100644 --- a/gnu/packages/suckless.sc

[PATCH 03/13] gnu: Add spoon.

2017-01-09 Thread ng0
* gnu/packages/suckless.scm (spoon): New variable. --- gnu/packages/suckless.scm | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index a72bf9477..fe19a5d2a 100644 --- a/gnu/packages/suckless.

Re: [PATCH] gnu: whois: Update to 5.2.14.

2017-01-09 Thread Leo Famulari
On Mon, Jan 09, 2017 at 02:45:25PM +, ng0 wrote: > * gnu/packages/networking.scm (whois): Update to 5.2.14. Pushed, thanks!

[PATCH] gnu: Add pcc.

2017-01-09 Thread Ricardo Wurmus
.") (chmod port #o777))) #t))) (synopsis "Wrapper providing the 'cc' command for TCC"))) + +(define-public pcc + (package +(name "pcc") +(version "20170109") +(source (origin + (method url-fe

Re: fixing python-gpg package, need help

2017-01-09 Thread Leo Famulari
On Sun, Jan 08, 2017 at 04:09:17PM -0500, Troy Sankey wrote: > I'm trying to fix the python-gpg package. Latest build [0] was a > failure because gpgme.h claims gpgme was compiled with _FILE_OFFSET_BITS > = 64, implying the current build (python-gpg) doesn't define any > _FILE_OFFSET_BITS (it shou

[ANN] Emacs-Guix 0.2.2

2017-01-09 Thread Alex Kost
Hello, I have updated 'emacs-guix' package to 0.2.2. The only new feature is a "hint system": you can press "h" key in any Guix buffer (packages, licenses, etc.) to display a short message with the main key bindings. Also a couple of key bindings was changed, but pressing "h" should help to figur

[PATCH] gnu: icecat: Add ffmpeg support.

2017-01-09 Thread Mathieu OTHACEHE
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add ffmpeg. [libxul-linked-libraries]: Add avcodec and avutil libraries (provided by ffmpeg). Signed-off-by: Mathieu OTHACEHE --- Hi, Thanks to this patch, icecat is able to use ffmpeg to decode various codecs previously unhandled. Mathieu gnu/pa

Re: [PATCH] gnu: icecat: Add ffmpeg support.

2017-01-09 Thread Danny Milosavljevic
Hi, On Mon, 9 Jan 2017 22:28:39 +0100 Mathieu OTHACEHE wrote: > * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add ffmpeg. > [libxul-linked-libraries]: Add avcodec and avutil libraries (provided by > ffmpeg). What advantage does using both gstreamer and ffmpeg in the same program bring to just

Re: [PATCH] gnu: rustc: Retain binutils.

2017-01-09 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/rust.scm (rustc)[arguments]: Retain binutils. Add > wrap-rustc phase. > > Problem reported by Ben Woodcroft . LGTM! > An idea: How about adding tests for packages? > > A simple compile check for a compiler or something like that. The > problem with manua

[PATCH] git download: Remove redundant argument in 'gexp->derivation' call.

2017-01-09 Thread Mathieu Lirzin
* guix/git-download.scm (git-fetch): Call 'gexp->derivation' with only one '#:local-build?' keyword argument. --- guix/git-download.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guix/git-download.scm b/guix/git-download.scm index fca44f552..62e625c71 100644 --- a/guix/g

[PATCH] derivations: Make record datatype immutable.

2017-01-09 Thread Mathieu Lirzin
* guix/derivations.scm (): Make it immutable. (derivation): Use generic 'set-field' instead of ad-hoc functional setter. --- guix/derivations.scm | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/guix/derivations.scm b/guix/derivations.scm index d5e4b5730..b712

Re: [PATCH] gnu: Add pcc.

2017-01-09 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/c.scm (pcc): New variable. Cool, LGTM! Ludo'.

Re: [PATCH 0/2] ImageMagick 7

2017-01-09 Thread Ludovic Courtès
Leo Famulari skribis: > I'd like to use these patches to create an imagemagick-updates branch > where we can test the update to the API-incompatible ImageMagick 7 > series. > > This is some information about the differences between the 6 and 7 APIs > here: > https://www.imagemagick.org/script/por

Re: [PATCH 1/4] file-systems: Refactor check-file-system.

2017-01-09 Thread Ludovic Courtès
Hi! David Craven skribis: > * gnu/build/file-systems.scm (check-file-system): Use file-system type > specific checker. > (check-ext2-file-system): New variable. [...] > +(define (check-ext2-file-system device) > + "Return the health of an ext2 file system on DEVICE." > + (match (status:e

Re: [PATCH 0/9] Add more qtmodules

2017-01-09 Thread Leo Famulari
On Mon, Jan 09, 2017 at 12:03:38PM +0200, Efraim Flashner wrote: > While I was working on them, I realized that the test suite wasn't really > being run. I patched qtsvg to run the test suite (and therefor propagate to > all the other qt modules), but everything started breaking, due to network > t

Re: [PATCH 1/4] file-systems: Refactor check-file-system.

2017-01-09 Thread Ludovic Courtès
David Craven skribis: > Also requires this patch: > > [PATCH] gnu: e2fsck/static: Only copy e2fsck. > > * gnu/packages/linux.scm (e2fsck/static)[arguments]: Only copy e2fsck. > [synopsis, description]: Adjust accordingly. Same question as in my other message, but otherwise no objections. :-)

Re: [PATCH 0/2] ImageMagick 7

2017-01-09 Thread Leo Famulari
On Tue, Jan 10, 2017 at 12:03:22AM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > John Darrington (1): > > gnu: Update imagemagick to version 7.0.4-3. > > > > Leo Famulari (1): > > gnu: Add imagemagick-6. > > A new branch and jobset with these two patches is a good idea (there are

Re: [PATCH 2/4] file-systems: Refactor file-system predicates.

2017-01-09 Thread Ludovic Courtès
David Craven skribis: > Updated patch, these patches now pass the basic, installed-os, > btrfs-root-os and encrypted-root-os tests. > > [PATCH] file-systems: Refactor file-system predicates. > > * gnu/build/file-systems.scm (partition-field-reader, > read-partition-field, %partition-label-reade

Re: [PATCH 3/4] gnu: Add btrfs-progs/static.

2017-01-09 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/linux.scm (btrfs-progs/static): New variable. LGTM!

Re: [PATCH 4/4] system: Add btrfs file system support.

2017-01-09 Thread Ludovic Courtès
David Craven skribis: > * gnu/build/file-systems.scm (%btrfs-endianness, btrfs-superblock?, > read-btrfs-superblock, btrfs-superblock-uuid, > btrfs-superblock-volume-name, check-btrfs-file-system): New variables. > (%paritition-label-readers, %partition-uuid-readers): Add btrfs > readers.

Re: [PATCH 01/13] gnu: Add xbattmon.

2017-01-09 Thread Leo Famulari
On Mon, Jan 09, 2017 at 08:21:13PM +, ng0 wrote: > * gnu/packages/suckless.scm (xbattmon): New variable. > +(home-page "http://2f30.org";) We should use as the home-page if there is nothing better.

Re: [PATCH 02/13] gnu: Add wificurse.

2017-01-09 Thread Leo Famulari
On Mon, Jan 09, 2017 at 08:21:14PM +, ng0 wrote: > * gnu/packages/suckless.scm (wificurse): New variable. > +(synopsis "Wifi DoS attack tool") > +(description > + "Wificurses listens for beacons sent from wireless access points > +in the range of your wireless station. Once receiv

Re: [PATCH 05/13] gnu: Add skroll.

2017-01-09 Thread Leo Famulari
On Mon, Jan 09, 2017 at 08:21:17PM +, ng0 wrote: > * gnu/packages/suckless.scm (skroll): New variable. > +(license license:wtfpl))) This actually uses version 2 of the WTFPL: http://git.2f30.org/skroll/file/skroll.c.html

Re: [PATCH 07/13] gnu: Add prout.

2017-01-09 Thread Leo Famulari
On Mon, Jan 09, 2017 at 08:21:19PM +, ng0 wrote: > * gnu/packages/suckless.scm (prout): New variable. > +(license license:wtfpl))) Again, version 2 of the WTFPL. > -- > 2.11.0 > >

  1   2   >