Open bigbookofbug opened 4 months 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).
https://github.com/Z572/gwwm/issues/7#issuecomment-2464898080 fixes it I believe.
Running
guix build -f guix.scm
, i get the following error:guix build: error: /home/bigbug/gwwm/guix.scm:35:2: package
gwwm@0.1' has an invalid input: ("_" #f)`is this expected? if so, how is there a recommended method to install the binary on guix?