Re: [PATCH]: gnu: Add lash.

2015-02-13 Thread Mark H Weaver
Ricardo Wurmus writes: > David Thompson writes: > >>> + (uri (string-append >>> + "mirror://savannah/lash/lash-" >>> + (string-map (lambda (x) (if (char=? x #\-) #\~ x)) >>> version) >> >> How about splitting the string on #\- and then joining on #

Re: [PATCH]: gnu: Add lash.

2015-02-13 Thread Ricardo Wurmus
David Thompson writes: >> + (uri (string-append >> + "mirror://savannah/lash/lash-" >> + (string-map (lambda (x) (if (char=? x #\-) #\~ x)) >> version) > > How about splitting the string on #\- and then joining on #\~ instead? Yeah, that would pro

Re: [PATCH]: gnu: Add lash.

2015-02-13 Thread David Thompson
Ricardo Wurmus writes: > Attached is a patch to add lash, an audio application session handler. > > ~~ Ricardo > > From 19edc131b719981a9545867bf167daa642551a08 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 13 Feb 2015 23:20:00 +0100 > Subject: [PATCH]

[PATCH]: gnu: Add lash.

2015-02-13 Thread Ricardo Wurmus
Attached is a patch to add lash, an audio application session handler. ~~ Ricardo >From 19edc131b719981a9545867bf167daa642551a08 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 13 Feb 2015 23:20:00 +0100 Subject: [PATCH] gnu: Add lash. * gnu/packages/audio.scm (lash): New varia