guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Patch 3/10] Add gsm.


From: Ludovic Courtès
Subject: Re: [Patch 3/10] Add gsm.
Date: Wed, 28 Sep 2016 11:16:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Lukas Gradl <address@hidden> skribis:

> From ecafdf21a654c97fa9adb2c382c431c297a3fee0 Mon Sep 17 00:00:00 2001
> From: Lukas Gradl <address@hidden>
> Date: Tue, 9 Aug 2016 16:43:36 -0500
> Subject: [PATCH 03/10] gnu: Add gsm.
>
> * gnu/packages/audio.scm (gsm): New variable.

Applied with small changes:

> +             (let ((out (assoc-ref %outputs "out")))
> +               (begin
> +                (system* "mv" (string-append out "/inc")
> +                         (string-append out "/include"))

I removed ‘begin’ and used ‘rename-file’ here.

> +                (mkdir-p (string-append out "/include/gsm"))
> +                (copy-recursively
> +                 "inc" (string-append out "/include/gsm"))))))

I noticed that this leads to a situation where we have both
include/gsm.h and include/gsm/gsm.h as identical file.  I suppose the
former is unnecessary?

Thanks!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]