Re: FOSDEM 2017 audio/video volunteers needed

2017-01-11 Thread Ricardo Wurmus
Pjotr Prins writes: > On Tue, Jan 10, 2017 at 04:02:32AM +, Pjotr Prins wrote: >> Hi all, >> >> FOSDEM provides live streaming of talks and archiving. We need >> volunteers to man the FOSS setup that handles the camera and mike. >> Ideally two people who expect to be in the room all day :).

Re: [PATCH 2/2] scripts: system: Rename --no-grub option to --no-bootloader.

2017-01-11 Thread David Craven
> What do you think? I want to clearly separate the bootloader configuration file stuff from the bootloader stuff. I think that we shouldn't have to even specify a bootloader tag at all (it defaults to #f). We can have a default bootloader entry printer that just prints all the important informat

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

2017-01-11 Thread Ricardo Wurmus
Ludovic Courtès writes: > 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 commands such as >> xmonad --recompile. > > Instead of propagating it, would it be possible to h

Re: [PATCH] gnu: Add inox.

2017-01-11 Thread David Craven
> Tell me about it! I've been secretly maintaining a Chromium branch over > at https://github.com/mbakke/guix/commits/chromium . It's frequently > rebased. Looks awesome! > One thing that worries me about Inox is that version 53 is very old and > likely contains known vulnerabilities. Do you know

Re: Problem with Hydra?

2017-01-11 Thread Konrad Hinsen
Hi Ludovic, The problem is that mirror.hydra.gnu.org was serving a zero-length file. This is fixed now. Indeed - I am up to date again! Thanks, Konrad.

Re: FOSDEM 2017 audio/video volunteers needed

2017-01-11 Thread Amirouche Boubekki
On 2017-01-11 09:05, Ricardo Wurmus wrote: Pjotr Prins writes: On Tue, Jan 10, 2017 at 04:02:32AM +, Pjotr Prins wrote: Hi all, FOSDEM provides live streaming of talks and archiving. We need volunteers to man the FOSS setup that handles the camera and mike. Ideally two people who expect

Re: [PATCH] gnu: gnutls: Make perl a native-input.

2017-01-11 Thread David Craven
> Do you know what perl is used for in gnutls? I see it contains no > references, but I also tried building without perl and everything seems > fine. Perhaps we can just remove it? Anyone against simply removing perl as a dependency? > Looks good to me, but this should be applied to 'core-updates

Re: FOSDEM 2017 audio/video volunteers needed

2017-01-11 Thread Catonano
2017-01-11 11:52 GMT+01:00 Amirouche Boubekki : > > No response. We need help! Two people can take turns over the day. >>> Please volunteer, it is important we capture all talks. >>> >> >> I could do some of it, but I’m also giving talks, so we need at least >> one more person to help out. >> > >

Re: FOSDEM 2017 audio/video volunteers needed

2017-01-11 Thread Pjotr Prins
Awesome. Ricardo can you co-ordinate between the 3 V&A, or ask one of the others to coordinate and that you have each other's phone numbers? I suggest to come half an hour before the room starts to boot up - literally. Hopefully the system does not miss out on talks like last year... On Wed, Jan

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

2017-01-11 Thread Danny Milosavljevic
Hi Leo, On Tue, 10 Jan 2017 14:51:09 -0500 Leo Famulari wrote: > On Tue, Jan 10, 2017 at 01:01:30AM +0100, Danny Milosavljevic wrote: > > * gnu/packages/python.scm (python2-cheetah): New variable. > > Thanks! > > > +(arguments > > + `(#:python ,python-2)) > > Is only Python 2 suppo

Add a generalized git-file? to Guix?

2017-01-11 Thread Christopher Allan Webber
Thompson, David writes: > Hi Christopher and Jan, > > On Tue, Jan 10, 2017 at 11:28 AM, Christopher Allan Webber > wrote: >> Jan Nieuwenhuizen writes: >> >>> Christopher Allan Webber writes: >>> Thanks! The file is updated, and even nicer now, since I'm using a hack from guile

[PATCH v2] gnu: Add python2-cheetah

2017-01-11 Thread Danny Milosavljevic
* gnu/packages/python.scm (python2-cheetah): New variable. --- gnu/packages/python.scm | 43 +++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c15a12f9b..234b51004 100644 --- a/gnu/packages/python.scm

Re: [PATCH] gnu: gnutls: Replace with 3.5.8 [fixes GNUTLS-SA-2017-{1,2}].

2017-01-11 Thread Leo Famulari
On Tue, Jan 10, 2017 at 06:08:39PM -0500, Leo Famulari wrote: > On Tue, Jan 10, 2017 at 11:41:40PM +0100, Ludovic Courtès wrote: > > Leo Famulari skribis: > > > The last time I noticed an exported replacement, I found that it was > > > resolved non-deterministically (using `guix build -S` in a loo

Re: [PATCH] gnu: moc: Update to 2.5.2.

2017-01-11 Thread Marius Bakke
Kei Kebreau writes: > Thanks for the review! The macros you mention were indeed introduced in > this version. Wow, good catch! > Does this commit message look good to you? > > * gnu/packages/music.scm (moc): Update to 2.5.2. > [source](modules, snippet): Remove timestamps from the output. I'd

Re: Add a generalized git-file? to Guix?

2017-01-11 Thread Mathieu Lirzin
Hi, Christopher Allan Webber writes: > Thompson, David writes: > >> Hi Christopher and Jan, >> >> On Tue, Jan 10, 2017 at 11:28 AM, Christopher Allan Webber >> wrote: >>> Jan Nieuwenhuizen writes: >>> Christopher Allan Webber writes: > Thanks! > > The file is updated, and

[PATCH] gnu: Mark /gnu/store as needed for boot.

2017-01-11 Thread John Darrington
* gnu/system/file-systems.scm (all-subpaths): New procedure. (file-system-needed-for-boot?): Use it to check for ancestors of %store-directory. --- gnu/system/file-systems.scm | 25 ++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/gnu/system/file-systems.scm

[PATCH 2/4] gnu: kdevelop: Set more paths in wrapper script.

2017-01-11 Thread Thomas Danckaert
* gnu/packages/kde.scm (kdevelop)[arguments]: Add more paths in wrap-executable: add "/share" output of kdevplatform and kcmutils to $XDG_DATA_DIRS; add "lib/plugins" from user profile to $QT_PLUGIN_PATH. --- gnu/packages/kde.scm | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-)

Re: [PATCH] gnu: Add inox.

2017-01-11 Thread Marius Bakke
David Craven writes: >> One thing that worries me about Inox is that version 53 is very old and >> likely contains known vulnerabilities. Do you know if they backport >> fixes? If not, I think we should try to stick with upstream Chromium. > > This is due to me not having worked on it for a while

[PATCH 0/4] kdevelop updates

2017-01-11 Thread Thomas Danckaert
Hi Guix, This patchseries updates kdevelop & kdevplatform, sets a few more paths in the kdevelop wrapper, and adds the kdevelop Python plugin. The kdevelop package is still a bit rough around the edges (still have to think of a satisfying solution to the QT_PLUGIN_PATH issues, see https://lists.g

[PATCH 4/4] gnu: Add python-autopep8.

2017-01-11 Thread Thomas Danckaert
* gnu/packages/python.scm (python-autopep8, python2-autopep8): New variables. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fce6217..78532e1 100644 --- a/gnu/packages/python.sc

Re: [PATCH] derivations: Make record datatype immutable.

2017-01-11 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> * guix/derivations.scm (): Make it immutable. >> (derivation): Use generic 'set-field' instead of ad-hoc functional setter. > > LGTM, thanks! > > Ludo'. Pushed in commit dc673fa1131fb5d1e5ca29acb4a693cfb906986f. Thanks. --

Re: [PATCH v2] gnu: Add python2-cheetah

2017-01-11 Thread Leo Famulari
On Wed, Jan 11, 2017 at 05:00:57PM +0100, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python2-cheetah): New variable. Thanks! > +(description "Text-base template engine and Python code generator. I made this into a complete sentence and pushed! "Cheetah is a text-based template

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

2017-01-11 Thread Thomas Danckaert
* gnu/packages/kde.scm (kdev-python): New variable. --- gnu/packages/kde.scm | 47 +++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index aef56bb..902038f 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/

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

2017-01-11 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> * guix/git-download.scm (git-fetch): Call 'gexp->derivation' with only one >> '#:local-build?' keyword argument. > > Good catch! Thanks, > Ludo'. Pushed in commit 5c6a30c5119ffd5702c02e07e7f04669a8f225bb. Thanks. -- Mathie

Re: 01/01: gnu: font-liberation: Use @item in @enumerate.

2017-01-11 Thread Tobias Geerinckx-Rice
David, On 08/01/17 23:01, David Craven wrote: > dvc pushed a commit to branch master > > gnu: font-liberation: Use @item in @enumerate. > Followup to 0102fba27c550a951799399e6a8ce2faf2cb8cd3. Thanks! Kind regards, T G-R signature.asc Description: OpenPGP digital signature

[PATCH 1/4] gnu: kdevelop: Update to 5.0.3.

2017-01-11 Thread Thomas Danckaert
* gnu/packages/kde.scm (kdevelop, kdevplatform): Update to 5.0.3. --- gnu/packages/kde.scm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index db8609a..5f227ac 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm

[PATCH] gnu: python-click: Fix test failure.

2017-01-11 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-click)[arguments]: Fix test failure. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4dc284d03..2f1bd8315 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @

[PATCH] gnu: Mark /gnu/store as needed for boot.

2017-01-11 Thread John Darrington
* gnu/system/file-systems.scm (all-subpaths): New procedure. (file-system-needed-for-boot?): Use it to check for ancestors of %store-directory. --- gnu/system/file-systems.scm | 25 ++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/gnu/system/file-systems.scm

[PATCH] gnu: python-argcomplete: Add python-pexpect.

2017-01-11 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-argcomplete)[native-inputs]: Add python-pexpect. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 727e1bff2..4dc284d03 100644 --- a/gnu/packages/python.scm +++ b/gnu/package

Re: [PATCH] gnu: Add inox.

2017-01-11 Thread David Craven
> I actually picked most of the patches from ungoogled-chromium (which > includes inox and iridium), but skipped "high maintenance" ones. This > started as an attempt to package that very project, but they were > lagging too far behind upstream IMO. Ah yes, I saw it now. Including the Warning in t

Re: [PATCH 0/2] ImageMagick 7

2017-01-11 Thread Leo Famulari
Hydra finished evaluating the imagemagick-updates branch on x86_64-linux: https://hydra.gnu.org/eval/109433?full=1&compare=master#tabs-now-fail It's a surprisingly small number of failures! But, I wonder how many packages that use ImageMagick use the "command-line API" and actually test it. So,

[PATCH 4/4] gnu: xfig: Use modify-phases.

2017-01-11 Thread John Darrington
* gnu/packages/xfig.scm (xfig): Use modify-phases. --- gnu/packages/xfig.scm | 159 +- 1 file changed, 79 insertions(+), 80 deletions(-) diff --git a/gnu/packages/xfig.scm b/gnu/packages/xfig.scm index 6436e52..27d9cf9 100644 --- a/gnu/packages/xfig

[PATCH 2/4] gnu: editres: Use %app-defaults-dir.

2017-01-11 Thread John Darrington
* gnu/packages/xorg.scm (editres): Replace string literal with %app-defaults-dir. --- gnu/packages/xorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 556b9f4..16eb344 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages

[PATCH 1/4] gnu: xfontsel: Simplify definition.

2017-01-11 Thread John Darrington
* gnu/packages/xorg.scm (%app-defaults-dir): New variable. (xfontsel): Remove wrapper. --- gnu/packages/xorg.scm | 23 +-- 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index e6ee0c0..556b9f4 100644 --- a/gnu/packag

[PATCH 3/4] gnu: xfd: Remove wrapper.

2017-01-11 Thread John Darrington
* gnu/packages/xorg.scm (xfd): Remove wrapper. --- gnu/packages/xorg.scm | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 16eb344..45ff4c9 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4015,19

[PATCH] gnu: audacity: Update to 2.1.2.

2017-01-11 Thread Kei Kebreau
If this reproducibly builds for someone else, I will push it master. From daf80af2ea435f27b4d2fbc5fab2a4d451d6a36f Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Wed, 11 Jan 2017 16:18:49 -0500 Subject: [PATCH] gnu: audacity: Update to 2.1.2. * gnu/packages/audacity.scm (audacity): Update to 2.

Re: Introduce packages/chess.el

2017-01-11 Thread Stefan Reichör
Hi again! Does someone provide feedback for this patch? Is it useful or is increasing the number of .scm files a bad thing? Thanks, Stefan. > Hi there, > > I would like to add some chess related packages to GUIX. > I found the packages xboard and chess that are already covered by GUIX. > > The

Re: [PATCH] gnu: audacity: Update to 2.1.2.

2017-01-11 Thread Leo Famulari
On Wed, Jan 11, 2017 at 04:33:10PM -0500, Kei Kebreau wrote: > - (uri (string-append "mirror://sourceforge/audacity/audacity/" version > - "/audacity-minsrc-" version ".tar.xz")) > + (uri (string-append "https://github.com/audacity/audacity/archive"; > +

Re: Introduce packages/chess.el

2017-01-11 Thread Ricardo Wurmus
Stefan Reichör writes: > Does someone provide feedback for this patch? > Is it useful or is increasing the number of .scm files a bad thing? We usually avoid moving around packages unless there’s a very good reason for it. One of the disadvantages of moving package expressions is that it break

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

2017-01-11 Thread ng0
Leo Famulari writes: > 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

Re: [PATCH] gnu: audacity: Update to 2.1.2.

2017-01-11 Thread Kei Kebreau
Leo Famulari writes: > On Wed, Jan 11, 2017 at 04:33:10PM -0500, Kei Kebreau wrote: >> - (uri (string-append "mirror://sourceforge/audacity/audacity/" version >> - "/audacity-minsrc-" version ".tar.xz")) >> + (uri (string-append "https://github.com/audacity/a

Re: [PATCH] gnu: Add inox.

2017-01-11 Thread David Craven
So finished building chromium finally! A major issue: * no hidpi scaling: didn't there use to be an enable_hdpi flag? Recompiling with enable_hdpi=true see if that works and some issues minor issues: * ugly font: is new times roman the default? what do other distros do? * menu has a dark backg

[PATCH 01/13] gnu: Add xbattmon.

2017-01-11 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..1d35e9389 100644 --- a/gnu/packages/suckless.sc

[PATCH 03/13] gnu: Add spoon.

2017-01-11 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 bcfa16922..c9465b9fe 100644 --- a/gnu/packages/suckless.

[PATCH 05/13] gnu: Add skroll.

2017-01-11 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 c9465b9fe..002c9273b 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/pack

[PATCH 04/13] licenses: Add wtfpl2.

2017-01-11 Thread ng0
* guix/licenses.scm (wtfpl2): 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..7b2ac2d31 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -8,7 +8,7 @@ ;;; Copyright ©

2f30, v2

2017-01-11 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 wtfpl2. [PATCH 05/13] gnu: Add skroll. [PATCH 06/13] gnu: Add sbm. [PATCH 07/13] gnu: Add prout. Prout is untested due to my bad situation with printer (see HP printing thre

[PATCH 08/13] gnu: Add noice.

2017-01-11 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 688b4c339..b52a43f1f 100644 --- a/gnu/packages/suckle

[PATCH 07/13] gnu: Add prout.

2017-01-11 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 87ffe7204..688b4c339 100644 --- a/gnu/packages/suck

[PATCH 12/13] gnu: Add libutf.

2017-01-11 Thread ng0
* gnu/packages/suckless.scm (libutf): New variable. --- gnu/packages/suckless.scm | 51 ++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index 056487baf..c95119b21 100644 --- a/gnu/pa

[PATCH 02/13] gnu: Add wificurse.

2017-01-11 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 1d35e9389..bcfa16922 100644 --- a/gnu/packages/suckless.scm +++ b/

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

2017-01-11 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 a871db522..74b0211be 100644 --- a/gnu/packages/suckl

[PATCH 11/13] gnu: Add colors.

2017-01-11 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 74b0211be..056487baf 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/pa

[PATCH 09/13] gnu: Add human.

2017-01-11 Thread ng0
* gnu/packages/suckless.scm (human): New variable. --- gnu/packages/suckless.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index b52a43f1f..a871db522 100644 --- a/gnu/packages/suckless.scm +++ b/g

[PATCH 06/13] gnu: Add sbm.

2017-01-11 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 002c9273b..87ffe7204 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/packages/

[PATCH 13/13] gnu: Add lchat.

2017-01-11 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 c95119b21..bdcad2be9 100644 --- a/gnu/pac