From efa66879a81b8ebfe9c6a0a1077670047e49df83 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 27 Nov 2025 10:00:52 +0000 Subject: [PATCH] gnu: guile-drmaa: Fix build. This was broken with the nyacc package changed. * gnu/packages/guile-xyz.scm (guile-drmaa):[propagated-inputs]: Use nyacc-1.08.1. Change-Id: I98fc0b299a5c57f3b15df53f4facc4a401ed6c42 --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 3ffbde9f47abe929a068eb2d3a734b62733ab59e..0ef77b9cdb84baf33fd6fd80689ccb0aa908b327 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -7013,7 +7013,7 @@ including parsing and code generation.") (inputs (list guile-3.0)) (propagated-inputs - (list guile-bytestructures nyacc)) + (list guile-bytestructures nyacc-1.08.1)) (home-page "https://git.elephly.net/software/guile-drmaa.git") (synopsis "Guile bindings to DRMAA") (description "This project provides Guile bindings to the DRMAA library