Hi,

Alex Vong <alexvong1...@gmail.com> writes:

>>From 5ebb7b5d1508746947006720c1e46a30f1c1c312 Mon Sep 17 00:00:00 2001
> From: Alex Vong <alexvong1...@gmail.com>
> Date: Thu, 12 Nov 2015 01:19:44 +0800
> Subject: [PATCH] gnu: ladspa: Update urls.
>
> * gnu/packages/audio.scm (ladspa): Update source and home page url.
>
> Thanks to Ricardo Wurmus for suggesting downloading the source
> from Internet Archive.
> ---
>  gnu/packages/audio.scm | 29 +++++++++++++++++++----------
>  1 file changed, 19 insertions(+), 10 deletions(-)
>
> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index 6a8347a..fd076bc 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
[...]
> +    (source
> +     (origin
> +       (method url-fetch)
> +       ;; Since the official link is dead,
> +       ;; we download the tarball from Debian or Internet Archive.
> +       (uri `(,(string-append "http://http.debian.net";
> +                              "/debian/pool/main/l/ladspa-sdk/ladspa-sdk_"
> +                              version
> +                              ".orig.tar.gz")
> +              ,(string-append "https://web.archive.org/web/20140717172251/";
> +                              "http://www.ladspa.org/download/ladspa_sdk_";
> +                              version
> +                              ".tgz")))

When there is nothing to quote, we prefer using ‘list’ over using
‘quasiquote’ + ‘unquote’.

Thanks,

--
Mathieu Lirzin

Reply via email to