Z572 / gwwm

WIP
Other
33 stars 2 forks source link

how to build binary on guix #6

Open bigbookofbug opened 4 months ago

bigbookofbug commented 4 months ago

Running guix build -f guix.scm, i get the following error:

guix build: error: /home/bigbug/gwwm/guix.scm:35:2: packagegwwm@0.1' has an invalid input: ("_" #f)`

is this expected? if so, how is there a recommended method to install the binary on guix?

wehlutyk commented 3 weeks ago

Hi, I came across this, and my guess is that access to the other libraries are not set as available in an isolated guix shell.

In other words, it looks that the (lookup-package-input ...) lines are the ones failing.

Following the develop Readme section led to another bug on my side (upcoming issue).

wehlutyk commented 3 weeks ago

https://github.com/Z572/gwwm/issues/7#issuecomment-2464898080 fixes it I believe.