mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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.
This commit is contained in:
parent
d80c722034
commit
e2ca8119d5
1 changed files with 5 additions and 0 deletions
|
@ -157,6 +157,11 @@ (define-public nyacc-1.00.2
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue