On 2022-12-03, Ludovic Courtès wrote: > Vagrant Cascadian skribis: > >> In guix/packages.scm: >> 1295:37 5 (_) >> 1555:16 4 (package->bag _ _ _ #:graft? _) >> 1652:22 3 (thunk) >> In guix/gexp.scm: >> 523:11 2 (lower "python-gwcs-0.18.2" #:source _ #:inputs _ # _ . #) >> 460:52 1 (%local-file #f # …) >> In unknown file: >> 0 (basename #f #) > > D’oh, this was due to a file missing from the tarball, which should be > fixed with 90612b9f1f5fe2d976356e4fa40293a245ebd6c5. > > If you feel like doing it, you can run ‘make dist’ from ‘version-1.4.0’ > and try again. :-) I definitely did not feel up for a round of 'make dist' for it; I just patched it in to the debian package: https://salsa.debian.org/debian/guix/-/commit/6b9d57fec61edad9b9303e8a3fad1feb0ce8a004 And it worked, thanks! live well, vagrant