diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-18 19:40:08 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-18 19:40:08 +0200 |
| commit | d198577dc3d7b954b0a2b2cc68e5fc7a5b4317b0 (patch) | |
| tree | 46f07b98e95e8a22f01d3f161d1cbcb9bc1fa2e8 /gnu/packages/python-xyz.scm | |
| parent | 761c1f7ac040d28068e5894190f9ec0e63e0928f (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fcf9c8e20c..2ab52e82c2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
