~ruther/guix-local

dd1640eed606e21c09c4028dfa8aaeb1a071c6cf — Ludovic Courtès 8 years ago 91c619e
gnu: guix: Add guile-bytestructures to the search path.

* gnu/packages/package-management.scm (guix)[arguments]: In
'wrap-program' phase, add guile-bytestructures to the path.
1 files changed, 5 insertions(+), 3 deletions(-)

M gnu/packages/package-management.scm
M gnu/packages/package-management.scm => gnu/packages/package-management.scm +5 -3
@@ 196,15 196,17 @@
                        #t))
                    (add-after 'install 'wrap-program
                      (lambda* (#:key inputs outputs #:allow-other-keys)
                        ;; Make sure the 'guix' command finds GnuTLS and
                        ;; Guile-JSON automatically.
                        ;; Make sure the 'guix' command finds GnuTLS,
                        ;; Guile-JSON, and Guile-Git automatically.
                        (let* ((out    (assoc-ref outputs "out"))
                               (guile  (assoc-ref inputs "guile"))
                               (json   (assoc-ref inputs "guile-json"))
                               (git    (assoc-ref inputs "guile-git"))
                               (bs     (assoc-ref inputs
                                                  "guile-bytestructures"))
                               (ssh    (assoc-ref inputs "guile-ssh"))
                               (gnutls (assoc-ref inputs "gnutls"))
                               (deps   (list json gnutls git ssh))
                               (deps   (list json gnutls git bs ssh))
                               (effective
                                (read-line
                                 (open-pipe* OPEN_READ