me
/
guix
Archived
1
0
Fork 0

gnu: nyacc@1.00.2: Fix build.

Fixes a regression introduced in
f15ca337be, whereby adding a dependency on
GUILE-BYTESTRUCTURES would cause a build failure of the FFI helper of
nyacc@1.00.2.

* gnu/packages/mes.scm (nyacc-1.00.2)[propagated-inputs]: New field.
master
Ludovic Courtès 2022-03-09 16:42:24 +01:00
parent d80c722034
commit e2ca8119d5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 0 deletions

View File

@ -157,6 +157,11 @@ parsers to allow execution with Guile as extension languages.")))
(sha256
(base32
"065ksalfllbdrzl12dz9d9dcxrv97wqxblslngsc6kajvnvlyvpk"))))
;; XXX: Remove GUILE-BYTESTRUCTURES, an optional dependency needed to
;; build the FFI helper, because it fails to build.
(propagated-inputs '())
(inputs (list guile-3.0))))
(define-public mes