~ruther/guix-local

5085de17fdf9a2fa39d1bd86f6a9f206f3d5291b — Arun Isaac 8 months ago 91eb079
gnu: guile-xyz: Use nyacc-1.08.1.

* gnu/packages/guile-xyz.scm (guile-xyz)[native-inputs, propagated-inputs]:
Replace nyacc with nyacc-1.08.1.
1 files changed, 5 insertions(+), 2 deletions(-)

M gnu/packages/guile-xyz.scm
M gnu/packages/guile-xyz.scm => gnu/packages/guile-xyz.scm +5 -2
@@ 7009,9 7009,12 @@ schedulers.")
                (("dynamic-link \"libyaml\"")
                 (format #f "dynamic-link \"~a/lib/libyaml\""
                         (assoc-ref inputs "libyaml")))))))))
    (native-inputs (list gcc guile-3.0 nyacc))
    ;; guile-libyaml does not work with nyacc-2.02.2. See
    ;; https://github.com/mwette/guile-libyaml/issues/7 for upstream bug
    ;; report. Hence, we use the older nyacc-1.08.1.
    (native-inputs (list gcc guile-3.0 nyacc-1.08.1))
    (inputs (list libyaml))
    (propagated-inputs (list guile-bytestructures nyacc))
    (propagated-inputs (list guile-bytestructures nyacc-1.08.1))
    (home-page "https://github.com/mwette/guile-libyaml")
    (synopsis "Guile wrapper for libyaml")
    (description