~ruther/guix-local

efa66879a81b8ebfe9c6a0a1077670047e49df83 — Christopher Baines 3 months ago 257d328
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/guile-xyz.scm
M gnu/packages/guile-xyz.scm => gnu/packages/guile-xyz.scm +1 -1
@@ 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