guix-patches
[Top][All Lists]
Advanced

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

bug#68098: [PATCH] gnu: libid3tag: Fix cross-compiling.


From: Mathieu Othacehe
Subject: bug#68098: [PATCH] gnu: libid3tag: Fix cross-compiling.
Date: Fri, 29 Dec 2023 18:11:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hello,

> +        ,@(if (and (%current-target-system)
> +                   (or (target-riscv64?)
> +                       (target-aarch64?)))
> +              `((add-after 'unpack
> +                    'update-config
> +                  (lambda* (#:key native-inputs inputs
> +                            #:allow-other-keys)
> +                    (for-each
> +                     (lambda (file)
> +                       (install-file
> +                        (search-input-file
> +                         (or native-inputs inputs)
> +                         (string-append
> +                          "/bin/" file)) "."))
> +                     '("config.guess" "config.sub")))))
> +              '()))))

It is important to stay below the 78 columns limit but, going the other
direction decreases the readability. I joined a few lines before
applying.

Thanks,

Mathieu





reply via email to

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