Hi, Please keep CC guix-devel.
On Sun, 21 May 2023 at 04:44, Timothy Washington <twash...@gmail.com> wrote: > $ cat guix/packages/manifest.scm > (define-module (guix packages manifest)) > (use-modules (gnu packages)) Well, I am not sure these two lines are required. > building > /gnu/store/x695f07186dwqpw2jk48b62p2s18f5ry-rust-rustscan-2.1.1.drv... > \ 'build' phasebuilder for > `/gnu/store/x695f07186dwqpw2jk48b62p2s18f5ry-rust-rustscan-2.1.1.drv' failed > with exit code 1 It means your custom package rust-rustscan does not build. Could you share your local file: ./guix/packages/shaka.scm containing the definition of this custom package? Cheers, simon