guix-patches
[Top][All Lists]
Advanced

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

[bug#48554] [PATCH wip-gnome v2] gnu: Add gtk.


From: Maxime Devos
Subject: [bug#48554] [PATCH wip-gnome v2] gnu: Add gtk.
Date: Thu, 02 Sep 2021 16:20:31 +0200
User-agent: Evolution 3.34.2

Raghav Gururajan via Guix-patches via schreef op do 02-09-2021 om 10:12 [-0400]:
> +                (string-append (assoc-ref inputs "docbook-xml-4.3")

'docbook-xml-4.3' is in 'native-inputs', not 'inputs', so this should
use (assoc-ref (or native-inputs inputs) "docbook-xml-4.3").
There are a number of package definitions that do
(assoc-ref inputs "docbook-xml-4.3"), but they are wrong,
and I had to fix a few in <https://issues.guix.gnu.org/50201>
to make them cross-compile.

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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