Re: Advice about guile-spec package definition

2021-04-01 Thread Jérémy Korwin-Zmijowski
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 tha

Re: Advice about guile-spec package definition

2021-04-01 Thread Efraim Flashner
On Thu, Apr 01, 2021 at 01:21:10PM +0200, Jérémy Korwin-Zmijowski wrote: > Le jeudi 01 avril 2021 à 13:16 +0300, Efraim Flashner a écrit : > > I'm not sure what all it affects, but there does seem to be a > > difference > > between guile-3.0.2 and 3.0.5. I'd add guile or leave it out of the > > env

Re: Advice about guile-spec package definition

2021-04-01 Thread Jérémy Korwin-Zmijowski
Le jeudi 01 avril 2021 à 13:16 +0300, Efraim Flashner a écrit : > I'm not sure what all it affects, but there does seem to be a > difference > between guile-3.0.2 and 3.0.5. I'd add guile or leave it out of the > environment file depending on which version you want. Using the user's Guile version

Re: Advice about guile-spec package definition

2021-04-01 Thread Efraim Flashner
On Thu, Apr 01, 2021 at 11:39:18AM +0200, Jérémy Korwin-Zmijowski wrote: > Le jeudi 01 avril 2021 à 10:22 +0300, Efraim Flashner a écrit : > > The difference could be the version of guile. What's the output of > > 'guile --version' and 'guix environment -l guix.scm -- guile -- > > version'? > > Hi

Re: Advice about guile-spec package definition

2021-04-01 Thread Jérémy Korwin-Zmijowski
Le jeudi 01 avril 2021 à 10:22 +0300, Efraim Flashner a écrit : > The difference could be the version of guile. What's the output of > 'guile --version' and 'guix environment -l guix.scm -- guile -- > version'? Hi Efraim ! You put the finger on something ! $ guix environment -l guix.scm -- gu

Re: Advice about guile-spec package definition

2021-04-01 Thread Efraim Flashner
On Wed, Mar 31, 2021 at 11:13:55PM +0200, Jérémy Korwin-Zmijowski wrote: > Dear Guixters, > > Hope you are doing well ! > > I am working on the package definition for > https://framagit.org/Jeko/guile-spec (file: guix.scm). It is a set of > macro based on SRFI-64. > > The definition's inputs fi

Advice about guile-spec package definition

2021-03-31 Thread Jérémy Korwin-Zmijowski
Dear Guixters, Hope you are doing well ! I am working on the package definition for https://framagit.org/Jeko/guile-spec (file: guix.scm). It is a set of macro based on SRFI-64. The definition's inputs field is filled with guile-3.0 (or the guix build reports an error with a stack trace I can't