~ruther/guix-local

d198577dc3d7b954b0a2b2cc68e5fc7a5b4317b0 — Andreas Enge 10 months ago 761c1f7
gnu: python-xmlsec: Fix build with newer xmlsec.

* gnu/packages/python-xyz.scm (python-xmlsec)[arguments]<#:phases>
{pre-check}: Adapt file name.

Change-Id: Ia2af7561ace7828e959969cdf7586175f6e711ee
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 1411,7 1411,7 @@ similar XML files, in the same way the @command{diff} utility does it.")
          (add-before 'check 'pre-check
            (lambda* (#:key inputs #:allow-other-keys)
              (setenv "LD_LIBRARY_PATH"
                      (dirname (search-input-file inputs "lib/libxmlsec1-openssl.so.1.2.37"))))))))
                      (dirname (search-input-file inputs "lib/libxmlsec1-openssl.so.1.3.7"))))))))
    (inputs (list openssl libltdl libxslt libxml2))
    (propagated-inputs (list python-lxml xmlsec-openssl))
    (native-inputs (list pkg-config