Hi Rene, > But Guix waits for a string, is it possible to use a package to do the symlink? Not directly - but you can "convert" a package to a string by putting in guix/scripts/system.scm : (install-hurd #$hurd) or so (where "install-hurd" is your procedure in gnu/build/install.scm).