@@ 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