On Mon, 18 Nov 2024 09:41:41 +0100 Denis 'GNUtoo' Carikli wrote: > But now I have another problem: some of the paths don't exist. For > instance the code above lists > /gnu/[...]-ath9k-htc-firmware-1.4.0-checkout which doesn't exist. I've found an idea for working around that: I can get the file name and loop over all the packages, match a package's origin-actual-file-name against the name above, and once we have the package we can simply run guix build --sources=transitive with it. I'll report if it works or not. Denis.