Re: [PATCH] gnu: Add erlang.

2016-03-19 Thread Steve Sprang
I don't have anything else packaged. I've only dabbled with Erlang myself. You can start a REPL with: % erl -Steve On Mar 16, 2016 9:21 PM, "Leo Famulari" wrote: > On Wed, Mar 16, 2016 at 05:18:57PM -0700, Steve Sprang wrote: > > Oops, I didn't follow up on

Re: [PATCH] gnu: Add erlang.

2016-03-19 Thread Steve Sprang
4:46 -0500 >> Leo Famulari wrote: >> >>> On Sat, Feb 06, 2016 at 12:45:39PM -0800, Steve Sprang wrote: >>> > It looks like downloading the tarball from erlang.org works now. >>> > Here's an improved patch. >>> > + (lambda* _ >>

Re: [PATCH] gnu: Add erlang.

2016-02-06 Thread Steve Sprang
It looks like downloading the tarball from erlang.org works now. Here's an improved patch. -Steve On Thu, Jan 7, 2016 at 1:56 AM, Andy Wingo wrote: > On Wed 06 Jan 2016 17:07, l...@gnu.org (Ludovic Courtès) writes: > >> On Mon 04 Jan 2016 06:20, Steve Sprang writes:

Re: [PATCH] gnu: Add erlang.

2016-01-03 Thread Steve Sprang
Leo Famulari wrote: > On Sun, Jan 03, 2016 at 07:56:07PM -0800, Steve Sprang wrote: >> Add the Erlang programming language. >> >> Is there a better way to substitute "/usr/bin/env" with (which "env")? >> There are a number of files throughout the

[PATCH] gnu: Add erlang.

2016-01-03 Thread Steve Sprang
isting them. -Steve From d31d3b2ece298b3e7610890390a7a12f865be881 Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Sun, 3 Jan 2016 19:46:40 -0800 Subject: [PATCH] gnu: Add erlang. * gnu/packages/erlang.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 +

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-23 Thread Steve Sprang
This patch is still pending. I don't want it to fall through the cracks. :-) Thanks! -Steve On Thu, Sep 17, 2015 at 2:44 PM, Mathieu Lirzin wrote: > Steve Sprang writes: > >> Here's attempt #2. > [...] >> @@ -101,15 +101,14 @@ width of the bar is BAR-WIDTH.&quo

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-17 Thread Steve Sprang
Here's attempt #2. -Steve On Thu, Sep 17, 2015 at 12:44 PM, Steve Sprang wrote: > On Thu, Sep 17, 2015 at 11:18 AM, Mathieu Lirzin wrote: >> Steve Sprang writes: >> >>> From 11440f61cebd49d31d165f6433ec6e4b1afe728f Mon Sep 17 00:00:00 2001 >>> From: Steve

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-17 Thread Steve Sprang
On Thu, Sep 17, 2015 at 11:18 AM, Mathieu Lirzin wrote: > Steve Sprang writes: > >> From 11440f61cebd49d31d165f6433ec6e4b1afe728f Mon Sep 17 00:00:00 2001 >> From: Steve Sprang >> Date: Thu, 17 Sep 2015 04:22:01 -0700 >> Subject: [PATCH] download: Fix some mino

[PATCH] download: Fix some minor progress-logging regressions.

2015-09-17 Thread Steve Sprang
Just some small tweaks to fix up logging. -Steve From 11440f61cebd49d31d165f6433ec6e4b1afe728f Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Thu, 17 Sep 2015 04:22:01 -0700 Subject: [PATCH] download: Fix some minor progress-logging regressions. * guix/build/download.scm (string-pad-middle

[PATCH] download: Only show hours in the elapsed time if necessary.

2015-09-16 Thread Steve Sprang
Drop hours from the elapsed time (unless necessary) since most downloads will be much faster than that. -Steve From 5f4cafc1c0b6d261b0f19a77c64e8700784c8d9a Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Wed, 16 Sep 2015 20:43:58 -0700 Subject: [PATCH] download: Only show hours in the elapsed

Re: [PATCH] substitute: Improve readability of substitute-related output.

2015-09-15 Thread Steve Sprang
Thanks for the feedback! Here's an updated patch. Let me know if I missed anything. I agree that we can drop hours from the elapsed time (or adaptively add them if needed). I will send a fix for that in a subsequent patch. On Tue, Sep 15, 2015 at 1:22 AM, Ludovic Courtès wrote: > Stev

[PATCH] substitute: Improve readability of substitute-related output.

2015-09-14 Thread Steve Sprang
svznj5…aspell-0.60.6.1 (3.5MiB installed)... svznj5…aspell-0.60.6.192KiB/s 00:00:09 | 836KiB transferred -Steve From 95936bf25394d2985f9331cb8fa08d5b30cb64a5 Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Mon, 14 Sep 2015 22:31:11 -0700 Subject: [PATCH] substitute: Improve readabilit

Re: [PATCH] build: Fix potential type error when generating human-friendly byte count strings.

2015-09-14 Thread Steve Sprang
Hi Mark, Does the updated patch look okay? I'm making some related changes and it would be easier if this patch was integrated. Thanks! -Steve On Wed, Sep 9, 2015 at 8:31 PM, Steve Sprang wrote: > Sure thing. Here you go. > > -Steve > > On Wed, Sep 9, 2015 at 7:42 PM,

Re: [PATCH] build: Fix potential type error when generating human-friendly byte count strings.

2015-09-09 Thread Steve Sprang
Sure thing. Here you go. -Steve On Wed, Sep 9, 2015 at 7:42 PM, Mark H Weaver wrote: > Steve Sprang writes: > > > This is a follow up tweak to my previous "progress bar" patch. With a > > really slow throughput it's possible to get fractional sub-KiB

[PATCH] build: Fix potential type error when generating human-friendly byte count strings.

2015-09-09 Thread Steve Sprang
This is a follow up tweak to my previous "progress bar" patch. With a really slow throughput it's possible to get fractional sub-KiB byte counts, so I added some additional number massaging. -Steve From daccd58e5fbe366ebcd33092f70ca45bc79285e0 Mon Sep 17 00:00:00 2001 From: Ste

[PATCH] build: Improve information density and appearance of download progress output.

2015-09-05 Thread Steve Sprang
1.1MiB/s 00:00:02 [### ] 36.6% -Steve From 21f9829fab68e4660b19b651154f3c873b4d595e Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Sat, 5 Sep 2015 11:32:39 -0700 Subject: [PATCH] build: Improve information density and appearance of download progress output. * guix/build/downl

[PATCH] gnu: Add pass.

2015-08-22 Thread Steve Sprang
I'm not sure if there's a good way to enable tests here, so they are currently disabled. -Steve From adef360ea4ec41aa23ec7aef43341c12bf27ca3c Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Sat, 22 Aug 2015 19:49:21 -0700 Subject: [PATCH] gnu: Add pass. * gnu/packages/password-utils

Re: [PATCH] gnu: Add pwgen.

2015-08-20 Thread Steve Sprang
Sure, here you go. -Steve On Wed, Aug 19, 2015 at 12:12 PM, Mark H Weaver wrote: > Steve Sprang writes: > > > From 54acc1b8327291b66120cc83e03b140c242393aa Mon Sep 17 00:00:00 2001 > > From: Steve Sprang > > Date: Tue, 18 Aug 2015 11:09:03 -0700 > > S

[PATCH] gnu: Add pwgen.

2015-08-18 Thread Steve Sprang
Suggestions for a more appropriate module or module name? I will hopefully be adding pass (http://www.passwordstore.org/) in a subsequent patch. -Steve From 54acc1b8327291b66120cc83e03b140c242393aa Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Tue, 18 Aug 2015 11:09:03 -0700 Subject: [PATCH

Re: [PATCH] gnu: Add figlet.

2015-08-18 Thread Steve Sprang
5ad1329c94b0af48e8 Mon Sep 17 00:00:00 2001 > > From: Steve Sprang > > Date: Sat, 15 Aug 2015 20:08:38 -0700 > > Subject: [PATCH] gnu: Add figlet. > > > * gnu/packages/figlet.scm: New file. > > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > > Looks good. I j

[PATCH] gnu: Add figlet.

2015-08-15 Thread Steve Sprang
My first Guix package! Feedback appreciated. -Steve From 1abd103363bb12e7b8aa5f5ad1329c94b0af48e8 Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Sat, 15 Aug 2015 20:08:38 -0700 Subject: [PATCH] gnu: Add figlet. * gnu/packages/figlet.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it

[PATCH] doc: Fix minor typos

2015-08-02 Thread Steve Sprang
Correct some minor typos I noticed when reading the docs. -Steve >From 574a7441f0d34b438544611812c026a32e4cbe4c Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Sun, 2 Aug 2015 13:24:38 -0700 Subject: [PATCH] doc: Fix minor typos * doc/guix.texi (Invoking guix-daemon, Application Setup,