[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
- branch master updated (d3a7cd7acf -> 878578c0fa), guix-commits, 2022/03/09
- 07/08: gnu: Add libtree., guix-commits, 2022/03/09
- 01/08: gnu: slurm: Use gexps and remove input labels., guix-commits, 2022/03/09
- 02/08: gnu: nyacc@1.00.2: Fix build.,
guix-commits <=
- 03/08: gnu: hurd: Adjust to the transition from "--system" to "gnu.system"., guix-commits, 2022/03/09
- 04/08: system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD., guix-commits, 2022/03/09
- 05/08: gnu: libosmium: Update to 2.18.0., guix-commits, 2022/03/09
- 06/08: gnu: Add osmium-tool., guix-commits, 2022/03/09
- 08/08: services: bluetooth: Add missing config parameters., guix-commits, 2022/03/09