guix-patches
[Top][All Lists]
Advanced

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

[bug#56770] [PATCH] gnu: Add grimshot.


From: Maxime Devos
Subject: [bug#56770] [PATCH] gnu: Add grimshot.
Date: Tue, 26 Jul 2022 17:52:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0


On 26-07-2022 17:46, Maxime Devos wrote:

+          (copy-recursively
+           (string-append #$(package-source this-package) "/contrib") ".")
I would have expected trivial-build-system to automatically unpack the source, so maybe this can be simplified to (chdir "/contrib") (untested!)

Or even simpler: remove this line, and add (source (file-append (package-source sway) "/contrib")) as a field.

A quick  "git grep -F '(source (file-append" doesn't result in any packages already doing that, but it seems a perfect fit here to me ...  OTOH, this probably interferes with --with-git-url and such, so I'd guess better not.

Greetings,
Maxime.

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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