bug-guix
[Top][All Lists]
Advanced

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

bug#52684: [BUG] Multiple Packages Failing to Build


From: Christopher Rodriguez
Subject: bug#52684: [BUG] Multiple Packages Failing to Build
Date: Mon, 27 Dec 2021 13:18:44 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.15.0

Alright, I've gotten it working.

After discussing on IRC with a few different people, I decided that making a new beets-specific variable was probably the best way forward. I've created $GUIX_BEETSPLUGINS for this purpose, which points to `/gnu/store/xxx-profile/lib/python3.9/site-packages`, and appended it to the $GUIX_PYTHONPATH which wraps 'beets'.

I've also wrapped the whole definition in a `let` to programmatically set the python version, so it is easier to update should it change. Ideally, this would be set from the input python's version, but I don't know how to do that (yet).

I've also taken the liberty of moving all of the unnecessarily-propagated inputs to 'beets-bandcamp' and made them normal inputs.

Patch is attached, let me know what You think.

Attachment: 0001-Added-GUIX_BEETSPLUGINS-variable.patch
Description: Text Data

Attachment: OpenPGP_0x1102102EBE7C3AE4.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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