Re: Adding btrfs-progs

2016-02-12 Thread Tobias Geerinckx-Rice
On 12 February 2016 at 03:41, Leo Famulari wrote: > Thanks for the patch! Pushed as fc686f9a19. \o/ > On Wed, Feb 10, 2016 at 05:01:45AM +0100, tobias.geerinckx.r...@gmail.com > wrote: >> [1]: , >> although this

[PATCH 2/2] install: Add btrfs-progs to the image.

2016-02-09 Thread tobias . geerinckx . rice
From: Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> * gnu/system/install.scm (installation-os): Add BTRFS-PROGS. --- gnu/system/install.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 0cfc8fa..2838411 100644 --- a/gnu/

Adding btrfs-progs

2016-02-09 Thread tobias . geerinckx . rice
Hullo Guix, Here are two patches adding btrfs-progs to GuixSD and its installation image, respectively. Actually booting from btrfs will likely need more changes[1] to an initrd that I don't yet grok. Kind regards, T G-R [1]: ,

[PATCH 1/2] gnu: Add btrfs-progs.

2016-02-09 Thread tobias . geerinckx . rice
From: Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> * gnu/packages/linux.scm (btrfs-progs): New variable. --- gnu/packages/linux.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e

[PATCH] gnu: Add sdparm.

2016-02-02 Thread tobias . geerinckx . rice
From: Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> * gnu/packages/disk.scm (sdparm): New variable. --- gnu/packages/disk.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index d806e0c..6e824d2

Adding a first package

2016-02-02 Thread tobias . geerinckx . rice
Hullo all, Behold my first patch submission to Guix. \o/ Much complex; very wow. I've tried to follow the manual 's best I can, ran ‘guix lint’ and confirmed that everything works. I'm guessing that expanding terms like ‘SCSI’ and ‘IDE’ would add little value. (?) Kind regards, T G-R

[PATCH] gnu: Add sdparm.

2016-02-02 Thread tobias . geerinckx . rice
From: Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> * gnu/packages/disk.scm (sdparm): New variable. --- gnu/packages/disk.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index d806e0c..6e824d2

Add sdparm SCSI command utility

2016-02-02 Thread tobias . geerinckx . rice
Hullo all, Behold my first patch submission to GNU Guix. \o/ Much wow. I've tried to follow the manual 's best I can, ran `guix lint` and confirmed that everything works. I'm also assuming that expanding terms like SCSI and IDE would add little value. (?) It's also a very simple package. That

Re: [PATCH] gnu: Add sdparm.

2016-02-02 Thread Tobias Geerinckx-Rice
the description slightly. Kind regards, T G-R On 2 February 2016 at 08:04, <tobias.geerinckx.r...@gmail.com> wrote: > From: Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> > > * gnu/packages/disk.scm (sdparm): New variable. > --- > gnu/packages/disk.scm | 27 +

Re: [PATCH] gnu: Add sdparm.

2016-02-02 Thread Tobias Geerinckx-Rice
On 2 February 2016 at 17:39, Andreas Enge wrote: > One minor point: > [...] A good one. So, for (my) future reference: re-writing upstream's descriptions for Guix is no problem? Glad to hear that. T G-R

Re: [PATCH] gnu: Add Augeas.

2016-02-02 Thread Tobias Geerinckx-Rice
Disclaimer: NixOS weenie here, On 2 February 2016 at 16:50, Ricardo Wurmus wrote: > I don’t know. The problem here is that when augeas is used as a library > and you only add “augeas” (but not “libxml2”) as an input the > configuration will silently fail. Isn't

Re: [PATCH] gnu: Add sdparm.

2016-02-02 Thread Tobias Geerinckx-Rice
On 2 February 2016 at 11:36, Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> wrote: > > tobias.geerinckx.r...@gmail.com writes: > >> From: Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> >> >> * gnu/packages/disk.scm (sdparm): New variable

[PATCH] gnu: btrfs-progs: Update to 4.4.1.

2016-02-26 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6068471..66b2cf0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@

btrfs-progs: [trivial] licence correction

2016-02-14 Thread tobias . geerinckx . rice
Hullo, It was pointed out to me that the current licence (‘gpl2+’) for btrfs-progs is just wrong and should be ‘gpl2’ instead. I must have opened one of the few gpl2+-licenced files in the tarball by sheer bad luck. Here is a patch to set things right. Kind regards, T G-R (I struggled to

Re: btrfs-progs: [trivial] licence correction

2016-02-14 Thread Tobias Geerinckx-Rice
On 15 February 2016 at 03:13, Leo Famulari wrote: > Thanks for the report! I pushed a change that lists the handful of gpl2+ > files and names both licenses. Even better... I didn't realise that was an option. Thanks! T G-R

[PATCH] gnu: redshift: Update to 1.11.

2016-02-15 Thread Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (redshift): Update to 1.11. --- gnu/packages/xdisorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 5ca203e..41a8279 100644 --- a/gnu/packages/xdisorg.scm +++

Adding idle3-tools while unable to run ‘guix lint’

2016-02-15 Thread Tobias Geerinckx-Rice
Hullo Guix, YAPackage. I'd love to run ‘guix lint’, but then: ~blah$ ./pre-inst-env guix lint idle3-tools gnu/packages/disk.scm:193:15: idle3-tools-0.9.1: \ URI http://idle3-tools.sourceforge.net unreachable: \ Connection timed out I don't know if this is the cause or just a

[PATCH] gnu: Add idle3-tools.

2016-02-15 Thread Tobias Geerinckx-Rice
* gnu/packages/disk.scm (idle3-tools): New variable. * gnu/packages/disk.scm: Introduce license name space. --- gnu/packages/disk.scm | 40 ++-- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index

Re: The tricky case of "--localstatedir=/var"

2016-02-16 Thread Tobias Geerinckx-Rice
Hullo Guix, On 16 February 2016 at 14:57, Jookia <166...@gmail.com> wrote: > > > * Put the localstatedir in /gnu. > > This is actually what Nix does, so I'm a little surprised as to why Guix has > deviated from this practice. This will require updating all the patches to use > /gnu/var as the

Re: The tricky case of "--localstatedir=/var"

2016-02-16 Thread Tobias Geerinckx-Rice
On 16 February 2016 at 17:04, Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> wrote: > Hullo Guix, > > On 16 February 2016 at 14:57, Jookia <166...@gmail.com> wrote: >> >> >> * Put the localstatedir in /gnu. >> >> This is actually what

Re: Adding idle3-tools while unable to run ‘guix lint’

2016-02-16 Thread Tobias Geerinckx-Rice
Thanks Pjotr! I would have naively expected ‘gnutls’ to be a dependency of ‘guix’ and available to the latter at run time (wrappers; magic), but I guess that's not how Guile/Guix works? On 16 February 2016 at 08:26, Pjotr Prins wrote: > guile gnutls is missing which

Re: Adding idle3-tools while unable to run ‘guix lint’

2016-02-16 Thread Tobias Geerinckx-Rice
Hmm, On 16 February 2016 at 17:22, Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> wrote: > > /nix/store/k5m7fb4r3p71mkvaxgqh242aq8kr6h6s-guile-2.0.11/bin/guile: > symbol lookup error: > /gnu/store/rdi8195mysf340rm54xqjmxpl1qjq1wb-nettle-3.2/lib/libhogweed.so.4:

Re: [PATCH v2] gnu: Add idle3-tools.

2016-03-18 Thread Tobias Geerinckx-Rice
Leo, On 16/03/2016, Leo Famulari wrote: > I standardized the indentation of modify-phases, set DESTDIR in the > #:make-flags to make the installation succeed, and I also removed a > '/usr' from the path to the manpage: [...] > Did it work for you without setting DESTDIR? Hm,

Re: [PATCH] gnu: simple-scan: Update to 3.19.91.

2016-03-13 Thread Tobias Geerinckx-Rice
Hallo Danny, On 13/03/2016, Danny Milosavljevic wrote: >> Note: all the toolbar icons are broken for me in simple-scan. Did they break after this update? Does reverting fb9ca51 solve the problem? I noticed no such problems while testing, and can only reproduce this by

Re: [PATCH] gnu: simple-scan: Update to 3.19.91.

2016-03-08 Thread Tobias Geerinckx-Rice
le Scan 3.19.91. They For the record: me. > [...] pass to ./configure '--disable-packagekit'. Would that work? So do ‘we’: On Tue, Mar 08, 2016 at 11:04:35PM +0100, Tobias Geerinckx-Rice wrote: > '(#:configure-flags '("--disable-packagekit") But that alone is not enough. N

Re: [PATCH] gnu: simple-scan: Update to 3.19.91.

2016-03-08 Thread Tobias Geerinckx-Rice
Hullo Leo, On 09/03/2016, Leo Famulari wrote: > Except where necessary for the new version to work, it's best to do > updates in a separate commit from other changes. > > I can apply the update myself if you say it's okay to do on its own, or > feel free to submit a revised

[PATCH] gnu: simple-scan: Update to 3.19.91.

2016-03-08 Thread Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (simple-scan): Update to 3.19.91. [arguments]: Disable PackageKit support irrelevant for Guix. --- Thanks in advance for your loving corrections. :-) T G-R gnu/packages/gnome.scm | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git

[PATCH v2] gnu: Add freefall.

2016-03-19 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (freefall): New variable. --- Hullo all, Thanks for the feedback! I added an 'increase-timeout phase. Kind regards, T G-R gnu/packages/linux.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/linux.scm

Re: [PATCH v2] gnu: Add idle3-tools.

2016-03-15 Thread Tobias Geerinckx-Rice
Leo, I just realised that I forgot to add you in CC. I'm still learning the finer points of git send-email... (Of course, if you had already seen the updated patch, cheerily ignore this message.) Kind regards, T G-R On 08/03/2016, Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com>

[PATCH] gnu: Add freefall.

2016-03-15 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (freefall): New variable. --- A little example-cum-useful-tool included in the Linux tree. Regards, T G-R gnu/packages/linux.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index

Re: [PATCH] gnu: Add freefall.

2016-03-16 Thread Tobias Geerinckx-Rice
On 16/03/2016, Leo Famulari wrote: > Do you think we should change the 'alarm' value as in the Nix package? (Disclaimer of sorts: I wrote that package as well, a long time ago. For the same machine I'm hoping to migrate to Guix soon.) Yes please! Since the main purpose of

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

2016-04-07 Thread Tobias Geerinckx-Rice
[Sigh. Re-sent since I still can't Thunderbird good.] Hullo Alex, On 07/04/16 15:56, Alex Kost wrote: > [...] Also, unlike other screenshot > +utilities[...] A strange claim even if it were true. Even the basic GNOME Screenshot tool has an ‘include pointer’ option. > [...], it makes it

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

2016-04-07 Thread Tobias Geerinckx-Rice
Alex, On 07/04/16 22:27, Alex Kost wrote: > Tobias Geerinckx-Rice (2016-04-07 21:00 +0300) wrote: >>> [...], it makes it possible to include cursor to the result image.") >> >> I'd say "include the cursor in" in any case. > > Sorry, I didn't get it:

Re: [PATCH] gnu: lynx: Support HTTPS (SSL) connections

2016-03-19 Thread Tobias Geerinckx-Rice
On 19/03/2016, Efraim Flashner wrote: > Wouldn't fix lynx, I'm afraid I don't understand who or what this refers to. > but I can say that links is working fairly well for > me and I haven't been "locked out" of a non-https website. So the stock Guix lynx opens (for

Re: [PATCH] gnu: lynx: Support HTTPS (SSL) connections

2016-03-19 Thread Tobias Geerinckx-Rice
On 19/03/2016, Efraim Flashner wrote: >> - "--with-gnutls" >> + "--with-gnutls=" > > Is this supposed to be empty at the end? I would assume it would want > something like (string-append "--with-gnutls=" (assoc-ref

Re: [PATCH] gnu: lynx: Support HTTPS (SSL) connections

2016-03-19 Thread Tobias Geerinckx-Rice
Efraim, On 19/03/2016, Efraim Flashner wrote: >> > Wouldn't fix lynx, > > I meant my following suggestion wouldn't help with the actual issue of > fixing lynx [...] > Links is a different text mode web broswer than lynx. I completely read over the spelling difference.

Re: [PATCH] gnu: lynx: Support HTTPS (SSL) connections

2016-03-19 Thread Tobias Geerinckx-Rice
Leo, On 04/03/2016, Leo Famulari <l...@famulari.name> wrote: > On Fri, Mar 04, 2016 at 03:37:46AM +0100, tobias.geerinckx.r...@gmail.com > wrote: >> From: Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> >> >> * gnu/packages/lynx.scm (lynx)[inputs]: Ad

[PATCH] gnu: lynx: Support HTTPS (SSL) connections

2016-03-03 Thread tobias . geerinckx . rice
From: Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> * gnu/packages/lynx.scm (lynx)[inputs]: Add 'openssl'. [arguments]: Convert to list; add configure flag for SSL support. --- gnu/packages/lynx.scm | 30 +- 1 file changed, 17 insertions(+), 13 del

Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.

2016-03-03 Thread Tobias Geerinckx-Rice
On 28/02/2016, Leo Famulari <l...@famulari.name> wrote: > On Sat, Feb 27, 2016 at 10:41:42PM +0200, Efraim Flashner wrote: >> On Sat, 27 Feb 2016 01:17:04 +0100 >> Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> wrote: >> >> > * gnu/package

Re: [PATCH] gnu: Add idle3-tools.

2016-03-03 Thread Tobias Geerinckx-Rice
For example, I'm now no longer sure why I added a licence namespace nor whether that's a good idea. Now, if you'll excuse me, I need to throw a certain console browser out of a very high window. On 04/03/2016, Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> wrote: > H

Re: [PATCH] gnu: Add idle3-tools.

2016-03-03 Thread Tobias Geerinckx-Rice
Hallo Guix, Perhaps I should have added that I did run `guix lint' on this without issues. Anyone fancy having a look? T G-R

[PATCH v2] gnu: Add idle3-tools.

2016-03-07 Thread Tobias Geerinckx-Rice
* gnu/packages/disk.scm (idle3-tools): New variable. --- gnu/packages/disk.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index b9240a3..37c7bf5 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@

Re: [PATCH] gnu: simple-scan: Update to 3.19.91.

2016-03-08 Thread Tobias Geerinckx-Rice
An addendum to the mentioning of upstream: they have been aware of the issue for some time, but it has yet to be fixed. The bug report[1] mentions some other workarounds, but I preferred a more explicit approach. Regards, T G-R [1] https://bugs.launchpad.net/simple-scan/+bug/1462769

Re: [PATCH 2/3] gnu: util-linux: Add "static" output.

2016-04-03 Thread Tobias Geerinckx-Rice
Hullo Leo, Thanks, as always, for the review! On 03/04/16 02:53, Leo Famulari wrote: > On Sat, Apr 02, 2016 at 03:29:33PM +0200, Tobias Geerinckx-Rice wrote: >> + (add-after >> + 'install 'move-static-libraries > > How about calling the

[PATCH v2 3/3] gnu: btrfs-progs: Add "static" output.

2016-04-03 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs)[outputs]: New field. [inputs]: Add "static" outputs of util-linux for libuuid and libblkid. [arguments]: Add 'build-static and 'install-static phases. --- gnu/packages/linux.scm | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff

[v2] Update btrfs-progs once again and add static output

2016-04-03 Thread Tobias Geerinckx-Rice
Hullo Guix, Static btrfs-progs 4.5.1, with Leo's suggestions applied. Regards, T G-R

[PATCH v2 1/3] gnu: btrfs-progs: Update to 4.5.1.

2016-04-03 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.5.1. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3a4c9f1..917a4d2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@

[PATCH] gnu: Add iodine.

2016-04-03 Thread Tobias Geerinckx-Rice
org> ;;; Copyright © 2015 Stefan Reichör <ste...@xsteve.at> ;;; Copyright © 2016 Raimon Grau <raimons...@gmail.com> +;;; Copyright © 2016 Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -26,7 +27,10 @@ #:use-module (guix d

Re: [PATCH] gnu: Add iodine.

2016-04-03 Thread Tobias Geerinckx-Rice
On 04/04/16 05:20, Tobias Geerinckx-Rice wrote:> * gnu/packages/networking.scm (iodine): New variable. If anyone (else) thinks the description might be a little short: here are some more fragments from the README that might be good to include. Note: server and client are required to sp

Re: Call for testing

2016-03-30 Thread Tobias Geerinckx-Rice
Hullo Ludo', On 29/03/2016, Ludovic Courtès <l...@gnu.org> wrote: > Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> skribis: >> I spent most of my time so far reverse-engineering my machine's >> firmware to re-enable the well-hidden CPU virtualisation suppor

Re: NEWS for 0.10.0

2016-03-30 Thread Tobias Geerinckx-Rice
I know I'm an exception, but the mere existence of that CODE-OF-CONDUCT file was the main reason for me to give Guix a try. Then I stayed for the rest. On 30/03/2016, Taylan Ulrich Bayırlı/Kammer wrote: > I much prefer the current COC to both that of GNOME and Debian.

Re: Call for testing

2016-03-29 Thread Tobias Geerinckx-Rice
On 28/03/2016, Leo Famulari wrote: > I first tried to install on a btrfs filesystem but the partition could > not be found by its label upon rebooting. Well, the manual did warn me > about this ;) I hope to send a rough series of patches for btrfs root support soon, for

[PATCH 3/3] gnu: btrfs-progs: Add "static" output.

2016-04-02 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs)[outputs]: New field. [inputs]: Add "static" outputs of util-linux for libuuid and libblkid. [arguments]: Add 'build-static and 'install-static phases. --- gnu/packages/linux.scm | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff

Update btrfs-progs once again and add static output

2016-04-02 Thread Tobias Geerinckx-Rice
Hullo Guix, Some simple patches to add a ‘static’ output to the btrfs-progs package, containing statically linked versions of all the tools. It's an eventual requirement for btrfs multi-device root support (the initrd needs to ‘btrfs scan’), but even without that I like to keep a copy of the

[PATCH 2/3] gnu: util-linux: Add "static" output.

2016-04-02 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm: (util-linux)[outputs]: New field. [arguments]: Remove "--disable-static" configure flag. Add 'move-static-libraries phase. --- gnu/packages/linux.scm | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm

[PATCH 1/3] gnu: btrfs-progs: Update to 4.5.1.

2016-04-02 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.5.1. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3a4c9f1..917a4d2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@

[PATCH] gnu: Add httping.

2016-07-26 Thread Tobias Geerinckx-Rice
* gnu/packages/networking.scm (httping): New variable. --- gnu/packages/networking.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 14ae5c3..4adc329 100644 ---

Re: [PATCH] gnu: Add httping.

2016-07-26 Thread Tobias Geerinckx-Rice
Ludo', On 26/07/2016 22:34, Ludovic Courtès wrote: > All I see is ‘license.txt’, which says that it’s under GPLv2-only. > Should it be simply ‘license:gpl2’? Dammit, you're right. I wrote the expression for my own use, using git, then changed it back to a release for submission here. I didn't

[PATCH 3/3] gnu: Add encfs.

2016-07-14 Thread Tobias Geerinckx-Rice
gt; +;;; Copyright ?? 2016 Tobias Geerinckx-Rice <m...@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -22,10 +23,15 @@ (define-module (gnu packages crypto) #:use-module (gnu packages) #:use-module (gnu packages autotools) + #:use-module (gnu packages boost) + #:use-modu

[PATCH 1/3] Update e-mail address for Tobias Geerinckx-Rice.

2016-07-14 Thread Tobias Geerinckx-Rice
* .mailmap: Add Tobias Geerinckx-Rice. * gnu/packages/disk.scm: Replace "tobias.geerinckx.r...@gmail.com" with "m...@tobias.gr". * gnu/packages/linux.scm: Likewise. * gnu/packages/networking.scm: Likewise. --- Add myself to the cool-kids list. This address should be very

[PATCH 2/3] gnu: Import (guix licenses) with #:prefix.

2016-07-14 Thread Tobias Geerinckx-Rice
* gnu/packages/crypto.scm: Add 'license:' #:prefix for (guix licenses). --- gnu/packages/crypto.scm | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index f167f33..041dc20 100644 --- a/gnu/packages/crypto.scm +++

Re: [PATCH] gnu: Add lrzip.

2016-07-21 Thread Tobias Geerinckx-Rice
Eric, Thanks for the review! On 2016-07-21 07:24, Eric Bavier wrote: ASM support seems to be supported only on x86/32-bit systems. Could you make this input conditional on the system type? An example would be the "lame" package in gnu/packages/mp3.scm. And thank you for the specific

[PATCH v2] gnu: Add lrzip.

2016-07-21 Thread Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lrzip): New variable. --- V2: - Add 'nasm' input only on x86 systems. - Correct licencing information. gnu/packages/compression.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/compression.scm

Re: [PATCH] gnu: Add lrzip.

2016-07-21 Thread Tobias Geerinckx-Rice
Eric, On 2016-07-21 07:24, Eric Bavier wrote: The license should probably be "(list license:gpl3+ license:public-domain)" since there is at least one file, md5.c, Thanks. That comma in ‘either version 3,’ threw off my simplistic grepping for ‘version n of the Licence’. Which prompts me to

Re: [PATCH 1/4] lint: Add packages with suffix ':bin' to 'inputs-should-be-native'.

2016-07-21 Thread Tobias Geerinckx-Rice
Ahoy Ludo', On 2016-07-21 18:06, l...@gnu.org wrote: (inputs `(("somethingsilly" ,glib "bin"))) This "somethingsilly" is just a label that allows you to refer to an input on the build side, in idioms like: (assoc-ref inputs "somethingsilly") => "/gnu/store/…-glib-42.0-bin" I remember

Re: [PATCH] gnu: fish: Update to 2.3.1.

2016-07-22 Thread Tobias Geerinckx-Rice
Dave, On 2016-07-22 14:47, Thompson, David wrote: LGTM. Thanks! Do you have commit access? Not at the moment, but some guy named Ludo' did just ask me for my GPG key... Kind regards, T G-R -- Sent from a web browser. Excuse my brevity.

Customising linux-libre (was: [PATCH 4/4] environment: Add '--debug' flag.)

2016-07-22 Thread Tobias Geerinckx-Rice
Danny, Thank you! On 2016-07-19 22:11, Danny Milosavljevic wrote: ~$ echo $GUIX_PACKAGE_PATH /home/dannym/.local/guix ~/.local/guix/gnu/packages$ ls patches/ pythonb.scm pythonc.scm rust.scm The files look just like the ones in the guix git repo. That's wonderfully trivial. It encouraged

Re: Customising linux-libre

2016-07-22 Thread Tobias Geerinckx-Rice
Vincent, Thanks for the quick reply! On 2016-07-22 21:58, Vincent Legoll wrote: Does anyone know a reason why all the .config stuff couldn't be moved to a separate 'configure-phase, before I waste my time? ;-) There's a thread in help-guix that may be relevant:

Re: Customising linux-libre

2016-07-22 Thread Tobias Geerinckx-Rice
David, On 2016-07-22 22:00, David Craven wrote: I'm sure if you improve the linux-libre package to make it simpler to customize we can annoy ludo until he merges it... =P That's the plan! I just don't want to do the work only to hear (or realise myself) ‘yeah, it should be like that, but x,

Re: Heads-up: git.sv.gnu.org now rejects unsigned commits

2016-07-25 Thread Tobias Geerinckx-Rice
Cyril, On 2016-07-25 12:02, Cyril Roelandt wrote: What will we do about patches sent by casual contributors, that will probably be unsigned? Should the committer sign them? Yes. (Most already do this, though.) Kind regards, T G-R -- Sent from a web browser. Excuse my brevity.

Re: A registry for distributed sources and binaries

2016-07-24 Thread Tobias Geerinckx-Rice
Pjotr, On 2016-07-25 04:10, Pjotr Prins wrote: Support for multiple GUIX_PACKAGE_PATH's would be first priority. I'm taking it you're not talking about colon-separation (which is already supported, though I haven't tried it) but something more? I'm interested :-) Kind regards, T G-R --

Re: [PATCH] Read /etc/environment first to allow changing environment from user profile

2016-07-27 Thread Tobias Geerinckx-Rice
Carlos, On 27/07/2016 14:34, Carlos Sánchez de La Lama wrote: > I attach the proposed patch (just a change of order in /etc/profile). As > 'cat' and 'cut' are most surely available at system-level, it should not > be dangerous to use them before setting up the user profile. That's a valid point,

Re: translation intermediate files

2016-07-27 Thread Tobias Geerinckx-Rice
Vincent, On 27/07/2016 19:42, Vincent Legoll wrote: > My bad, I was asking because they appeared after a build, so I thought > they were generated... No, you're (also) right. They're a bit of both. The English source lines can be auto-updated when building, but the translated lines come from

Re: [PATCH] Read /etc/environment first to allow changing environment from user profile

2016-07-27 Thread Tobias Geerinckx-Rice
On 27/07/2016 19:18, Tobias Geerinckx-Rice wrote: > [1]: It seems to be standard, but I didn't bother testing. Ignore this forgotten line. I couldn't help myself and did bother. Unfortunately, it worked.

Re: translation intermediate files

2016-07-27 Thread Tobias Geerinckx-Rice
Hi Vincent, On 27/07/2016 19:25, Vincent Legoll wrote: > Hello shouldn't we add > po/guix/*.po > po/packages/*.po > in .gitignore ? Why, exactly? Those files contain human-generated translations. Machine-generated files (*.gmo, *.mo) are already .gitignored. Kind regards, T G-R

Re: [WIP PATCH] linux-initrd: Allow own set of kernel modules.

2016-07-28 Thread Tobias Geerinckx-Rice
Hullo, On 28/07/2016 17:32, Ludovic Courtès wrote: > Tomáš Čech skribis: >> #f --> default-kernel-modules (as it is now) >> '(some extraordinary special modules for other purpose) --> it will use >> this set >> '() --> it will use no module at all (my typical usecase) >

Re: [PATCH] gnu: Add haveged.

2016-07-23 Thread Tobias Geerinckx-Rice
Leo, On 24/07/2016 0:47, Leo Famulari wrote: > I would use 'non-copyleft'. There's an example in the libbsd package and > several others. That's the one. I've added: (license:non-copyleft "file://nist/mconf.h") (license:non-copyleft "file://nist/packtest.h") ... but many packages — not

Re: A registry for distributed sources and binaries

2016-07-23 Thread Tobias Geerinckx-Rice
Pjotr, On 24/07/2016 5:30, Pjotr Prins wrote: > After some thought I am coming to the following: my primary goals are > to lower the barrier to entry, scale out development of Guix packages > and have people collaborate on each others packages without some > centralized 'opinion'. I've also been

Re: A registry for distributed sources and binaries

2016-07-24 Thread Tobias Geerinckx-Rice
OK, one more... On 24/07/2016 7:48, Jookia wrote: > I think the clearest system is a way to have multiple guixes > installed at once. Other package managers need not do this, but as > long as the daemon compatiblity is kept it should be fine. There > could be a guix-jookia, guix-nonfree for

[PATCH] gnu: Add haveged.

2016-07-23 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (haveged): New variable. --- Hullo Guix, - A package for haveged, for those who trust it. - A question about licencing, for those with more knowledge than me. Quoth Debian[1]: > Files: nist/mconf.h > Copyright: 1984, 1987, 1989, 1995 Stephen L. Moshier > License:

Re: A registry for distributed sources and binaries

2016-07-24 Thread Tobias Geerinckx-Rice
Mark, On 24/07/2016 7:29, Mark H Weaver wrote: > Long ago, the Linux developers made a conscious decision to not > support out-of-tree drivers, for much the same reasons. Many times > over the years, they have made changes to their internal APIs that > required corresponding changes to a

[PATCH] gnu: Add perceptualdiff.

2016-07-23 Thread Tobias Geerinckx-Rice
/image.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2014 John Darrington <j...@gnu.org> ;;; Copyright © 2016 Leo Famulari <l...@famulari.name> ;;; Copyright © 2016 Efraim Flashner <efr...@flashner.co.il> +;;; Copyright © 2016 Tobias Geerinckx-Rice <m...@tobias.gr> ;;; ;;; This

Re: [PATCH v2] gnu: Add lrzip.

2016-07-21 Thread Tobias Geerinckx-Rice
Talking to myself, On 2016-07-21 22:24, Tobias Geerinckx-Rice wrote: +(native-inputs + `(,@(if (string-prefix? "i686" (or (%current-target-system) +(%current-system))) + `(("nasm" ,nasm)) + '())

Re: [PATCH] gnu: Add perceptualdiff.

2016-07-24 Thread Tobias Geerinckx-Rice
Leo! On 2016-07-24 23:44, Leo Famulari wrote: +;; cmake-build-system uses a build/ directory outside +;; of the source tree, one level higher than expected Do you think this is a bug that should be reported? Oh, I don't know. I assumed it was an

Re: [PATCH v2] gnu: Add lrzip.

2016-07-24 Thread Tobias Geerinckx-Rice
Ludo', Thanks, but... On 2016-07-24 23:36, l...@gnu.org wrote: Tobias Geerinckx-Rice <m...@tobias.gr> skribis: I spent about an hour I had a ‘gpg’ script that would call ‘gpg2’ So did I. Now, maybe *my* script was so bad that it caused segfaults and IPC errors, but that would shat

[PATCH] gnu: fish: Update to 2.3.1.

2016-07-22 Thread Tobias Geerinckx-Rice
* gnu/packages/fish.scm (fish): Update to 2.3.1. [home-page, source]: Use 'https' in the URL. --- gnu/packages/fish.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/fish.scm b/gnu/packages/fish.scm index 7abaaf0..a8b88e7 100644 ---

Re: none

2016-07-21 Thread Tobias Geerinckx-Rice
Hiya, Pjotr, On 2016-07-22 04:06, Pjotr Prins wrote: A provocation: because of purism GNU Guix takes an elitist approach. I've honestly never felt any elitism coming from the Guix project. Consistency, certainly. _Much_ more so than in most other free software projects I know. I find it helps

Re: FOSDEM 2016 was awesome! Let's do FOSDEM 2017

2016-07-26 Thread Tobias Geerinckx-Rice
Pjotr, On 26/07/2016 4:19, Pjotr Prins wrote: > FOSDEM 2017 call for proposals has started: [...] > Who wants to be part of this exciting day? \o I've never done anything like this before, but would like to help out if and where I can. Kind regards, T G-R

Re: [PATCH] gnu: Add haveged.

2016-07-26 Thread Tobias Geerinckx-Rice
Leo, On 24/07/2016 2:06, Leo Famulari wrote: >> but many packages — not all — also like to add a "See in the >> distribution." Looking at guix/licenses.scm, this seems a bit redundant >> to me. No? > > I think it's a matter of judgement. Sometimes it makes sense, sometimes > not. The important

Re: [PATCH ?] gnu: Add dash.

2016-07-31 Thread Tobias Geerinckx-Rice
Hullo all, On Fri, Jul 29, 2016 at 02:44:27PM +, ng0 wrote: > Ludovic Courtès writes: >> I’d tend to remove “significantly” , but otherwise LGTM, thanks! > I second this. Significantly faster is subjectiv as long as we do not > provide some side by side benchmark results etc.

[PATCH ?] gnu: Add dash.

2016-07-27 Thread Tobias Geerinckx-Rice
Geerinckx-Rice <m...@tobias.gr> +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the L

Re: [PATCH] gnu: Add dash to shells.scm.

2016-08-02 Thread Tobias Geerinckx-Rice
On 31/07/16 23:18, Tobias Geerinckx-Rice wrote: > I'll push it soon with the suggested changes. Done — a bit more verbosely than intended because typing ‘origin’ instead of ‘upstream’ is apparently the hardest thing ever — in c356339 et al. Kind regards, T G-R

[PATCH 1/2] gnu: zsh: Use 'modify-phases'.

2016-08-02 Thread Tobias Geerinckx-Rice
* gnu/packages/shells.scm (zsh)[arguments]: Use ‘modify-phases’ instead of ‘alist-delete’. --- gnu/packages/shells.scm | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index

[PATCH 2/2] gnu: tcsh: Update to 6.19.00.

2016-08-02 Thread Tobias Geerinckx-Rice
* gnu/packages/shells.scm (tcsh): Update to 6.19.00. [arguments]: Use ‘modify-phases’ instead of ‘alist-delete’. * gnu/packages/patches/tcsh-fix-autotest.patch: Update patch. --- Guix! A minor update for tcsh, as wel as #:phases. Only four tests fail now when building unpatched on my

Re: [PATCH] change zsh to shells.scm in POTFILES.in, [PATCH] change gnu packages tcsh to gnu packages shells.

2016-08-03 Thread Tobias Geerinckx-Rice
ng0, On 2016-08-03 11:12, ng0 wrote: This Fixed broken master build. Grr. Thanks. Kind regards, T G-R

[PATCH] gnu: libpsl: Update to 0.14.0.

2016-08-03 Thread Tobias Geerinckx-Rice
@@ ;;; Copyright © 2016 Ben Woodcroft <donttrust...@gmail.com> ;;; Copyright © 2016 Clément Lassieur <clem...@lassieur.org> ;;; Copyright © 2016 ng0 <n...@we.make.ritual.n0.is> +;;; Copyright © 2016 Tobias Geerinckx-Rice <m...@tobias.gr> ;;; ;;; This file is part of GNU Gui

[PATCH] gnu: Add lrzip.

2016-07-20 Thread Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lrzip): New variable. --- gnu/packages/compression.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 6a17003..26467a4 100644 --- a/gnu/packages/compression.scm

[PATCH v2] gnu: Add xdelta.

2016-07-16 Thread Tobias Geerinckx-Rice
vljevic <dan...@scratchpost.org> +;;; Copyright © 2016 Tobias Geerinckx-Rice <m...@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -796,3 +797,39 @@ respectively, based on the reference implementation from Google.") (description "Extracts files out of

[PATCH 2/2] gnu: atlas: Use cpupower in description.

2016-07-18 Thread Tobias Geerinckx-Rice
* gnu/packages/maths.scm (atlas)[description]: Replace 'cpufreq-selector' with its replacement 'cpupower --governor'. --- gnu/packages/maths.scm | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 643bce5..776963e

[PATCH 1/2] gnu: Add cpupower.

2016-07-18 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (cpupower): New variable. --- gnu/packages/linux.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d20314f..8b8d8d6 100644 --- a/gnu/packages/linux.scm +++

  1   2   3   4   5   6   7   8   >