guix-patches
[Top][All Lists]
Advanced

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

[bug#56136] [PATCH] gnu: freedesktop: Add basu 0.2.0.


From: muradm
Subject: [bug#56136] [PATCH] gnu: freedesktop: Add basu 0.2.0.
Date: Wed, 22 Jun 2022 15:07:09 +0300
User-agent: mu4e 1.6.11; emacs 29.0.50


Fixed in v3

Maxime Devos <maximedevos@telenet.be> writes:

[[PGP Signed Part:Undecided]]
muradm schreef op wo 22-06-2022 om 11:40 [+0300]:
+    (inputs
+     (list pkg-config python gperf libcap))

(Didn't notice this previously):

* gperf is a binary (usually) run during the build to generate stuff, so it needs to be in native-inputs for cross-compilation to work.

* pkg-config is almost surely needs to be native-inputs (it's like a (cross-) compiler). "./pre-inst-env guix lint basu" probably would
    report this.
Didn't see any warning or else.


    As a test, you can try
"./pre-inst-env guix build basu --target=aarch64-linux-gnu" or
    such.

* whether python is native- or non-native depends on how it is used.
Python nedeed by gperf scripts, so native- also.


  * libcap looks fine from here.

Greetings,
Maxime.

[[End of PGP Signed Part]]

Attachment: signature.asc
Description: PGP signature


reply via email to

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