|
From: | Maxime Devos |
Subject: | [bug#56766] [PATCH] gnu: exiv2: Fix test failure on ppc64-le |
Date: | Tue, 26 Jul 2022 20:01:12 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
+ (patches + (if (target-ppc64le?) + (list (search-patch "exiv2-ppc64.patch"))))))
The second branch of the 'if' is missing -- as-is, *unspecified*
is used when (not (target-ppc64le?)), which won't work.
The 'patches' field is delayed, not thunked, so only the first system+target it sees will take effect. This will break things if for whatever reason you compute the derivation of the package for multiple systems in the same process.
To solve things, I recommend:
Greetings,
Maxime.
OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key
OpenPGP_signature
Description: OpenPGP digital signature
[Prev in Thread] | Current Thread | [Next in Thread] |