help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't configure guix, no guile-sqlite3


From: Thorsten Wilms
Subject: Re: Can't configure guix, no guile-sqlite3
Date: Tue, 19 Jun 2018 12:33:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 18.06.2018 21:58, Ludovic Courtès wrote:
Add this commit, the ‘guix’ package definitely has ‘guile-sqlite3’ as an
input.  Could you run ‘guix edit guix’ to double-check?

"guile-sqlite3" appears twice within (define-public guix), inside
  (add-after 'install 'wrap-program ...)
and also
  (propagated-inputs
       `(("gnutls" ,gnutls)
         ("guile-json" ,guile-json)
         ("guile-sqlite3" ,guile-sqlite3)
         ("guile-ssh" ,guile-ssh)
         ("guile-git" ,guile-git)))

./configure does find guile, (gnutls), (git) and (json) before it stumbles over guile-sqlite3.


Perhaps you need to run “hash guix” (in Bash) or something?

~: hash -r
~: hash
hash: hash table empty
~: hash guix
~: hash
hits    command
   0    /home/thorwil/.config/guix/current/bin/guix

The same from the 2nd line within `guix environment guix`.


--
Thorsten Wilms

thorwil's design for free software:
http://thorwil.wordpress.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]