Le jeudi 01 avril 2021 à 15:17 +0300, Efraim Flashner a écrit : > It's expecting a string, likely part of (string-append (assoc-ref > input > "guile") "/bin/guile"), probably from the guile-build-system. But if > there is no input named "guile" then (assoc-ref input "guile") > returns > '#f' so that's what the error means.
Thank you for the explanation. > Looks like you should put guile back into the guix.scm :) Let's do this then! Thanks to our discussion it makes me look into the Guix codebase and I can see in gnu/packages/guile.scm that guile-3.0 definition provides 3.0.2 version. My user profile somehow pulled the 3.0.5 version maybe it is wired to guile-3.0-latest or guile-next ! So I think I have to figure out which one and put it into guile-spec definition ! Cheers, Jérémy