guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d198577dc3d7b954b0a2b2cc68e5fc7a5b4317b0
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Aug 18 19:40:08 2025 +0200

    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
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to