Hi, I'm alternately working on my desktop and my laptop, synchronizing data between these tow machines. Now after installing some guix packages on the laptop (but not on the desktop), running
./pre-inst-env guix build ... gives me the error ./pre-inst-env: …/scripts/guix: /gnu/store/cpxwg…-profile/bin/guile: bad interpreter: No such file or directory Well, the message is obvious: The profile which is hard-coded into scripts/guix does not exist on this machine. As an work-around I'm using ./pre-inst-env guile script/guix build .... But I wonder if there is another solution?! -- Regards Hartmut Goebel | Hartmut Goebel | [email protected] | | www.crazy-compilers.com | compilers which you thought are impossible |
