summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-21 17:53:22 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:50 +0100
commit205b92346c514731306f55f49d2fb1161464bf8e (patch)
treeb4abc994a7b444c300a1c84ffdf6ad2a9a1c662b /gnu/packages/python-web.scm
parent022ca7dab035e66a5101adec9774c0cc4d42e04c (diff)
gnu: python-python3-saml: Fix package.
* gnu/packages/python-web.scm (python-python3-saml): [arguments]<#:phases>: Improve style. [inputs]: Add xmlsec-openssl. Change-Id: I99b3f121aa1edc57afda203cc88d8a03c1b2de35 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 45710969f2..a198b52193 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2114,8 +2114,10 @@ Features:
;; FIXME: This should be fixed in python-xmlsec
(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"))))))))
+ (let ((lib (search-input-file inputs
+ "lib/libxmlsec1-openssl.so")))
+ (setenv "LD_LIBRARY_PATH" (dirname lib))))))))
+ (inputs (list xmlsec-openssl))
(propagated-inputs (list python-isodate python-lxml python-xmlsec))
(native-inputs (list python-coverage
python-flake8