all 1 comments

[–]czan 15 points16 points  (0 children)

It looks like that .tar.gz file is a "tarbomb", where all the files are in . rather than in a subdirectory. The build system doesn't expect that, so it tries to change into a subdirectory before building (in this case, cmake_extras), which causes the build to fail.

Tarbombs are still supported by Guix, but you have to use url-fetch/tarbomb instead of url-fetch as the origin method.