6 ms·
Is `guix pack` not sufficient for this? https://guix.gnu.org/manual/1.5.0/en/html_node/Invoking-guix-pack.html https://guix.gnu.org/manual/1.5.0/en/html_node/I
by kwk1 8mo ago
Is `guix pack` not sufficient for this?
https://guix.gnu.org/manual/1.5.0/en/html_node/Invoking-guix-pack.html https://guix.gnu.org/manual/1.5.0/en/html_node/Invoking-guix...
- tetris11 8mo agoNo, it produces a tree of libraries that you have to untar on the host machine. If you dont have root, then unpacking to /gnu/store is impossible
- kwk1 8mo agoI checked and it looks like the root-required issue has been addressed with a --relocatable flag, and there are a few options as well for needing to untar, e.g. producing an appimage format output.
- tetris11 8mo agoI think I tried with this flag, but either it was incompatible with a cross-compile target, or it did not support my target arch properly