Y
Hacker News
new
|
ask
|
show
|
jobs
by
kwk1
138 days ago
Is `guix pack` not sufficient for this?
https://guix.gnu.org/manual/1.5.0/en/html_node/Invoking-guix...
1 comments
tetris11
137 days ago
No, 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
link
kwk1
136 days ago
I 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.
link
tetris11
136 days ago
I 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
link