guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: nyacc@1.00.2: Fix build.


From: guix-commits
Subject: 02/08: gnu: nyacc@1.00.2: Fix build.
Date: Wed, 9 Mar 2022 17:39:57 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit e2ca8119d5ddf240b492cd4af6acdaf4ed3f6632
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 9 16:42:24 2022 +0100

    gnu: nyacc@1.00.2: Fix build.
    
    Fixes a regression introduced in
    f15ca337bec89f238b9b9ced08c2e02c35629a33, 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.
---
 gnu/packages/mes.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 62e4a65dca..a862d84fc8 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]