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 #
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
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]
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