mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
91eb0799bc
commit
5085de17fd
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue