mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
761c1f7ac0
commit
d198577dc3
1 changed files with 1 additions and 1 deletions
|
@ -1411,7 +1411,7 @@ similar XML files, in the same way the @command{diff} utility does it.")
|
||||||
(add-before 'check 'pre-check
|
(add-before 'check 'pre-check
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(setenv "LD_LIBRARY_PATH"
|
(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))
|
(inputs (list openssl libltdl libxslt libxml2))
|
||||||
(propagated-inputs (list python-lxml xmlsec-openssl))
|
(propagated-inputs (list python-lxml xmlsec-openssl))
|
||||||
(native-inputs (list pkg-config
|
(native-inputs (list pkg-config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue