This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new efa66879a8 gnu: guile-drmaa: Fix build.
efa66879a8 is described below

commit efa66879a81b8ebfe9c6a0a1077670047e49df83
Author: Christopher Baines <[email protected]>
AuthorDate: Thu Nov 27 10:00:52 2025 +0000

    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 3ffbde9f47..0ef77b9cdb 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

Reply via email to