mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: p11-kit: Add search path specification for P11_MODULE_PATH.
* gnu/packages/tls.scm (p11-kit) [native-search-paths]: New field. Change-Id: I10b2420340aa42dd1e91d41030b1fa44b549f631
This commit is contained in:
committed by
Andreas Enge
parent
2314a89ccc
commit
7ea46ac72f
@@ -189,6 +189,13 @@ in intelligent transportation networks.")
|
||||
,(file-append (this-package-native-input "nss-certs")
|
||||
"/etc/ssl/certs")))))
|
||||
":")))))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "P11_MODULE_PATH")
|
||||
(files (list "share/p11-kit/modules"))
|
||||
;; Helas, this only currently support a single PATH entry. It'll
|
||||
;; thus only work in profiles, not in the build environment.
|
||||
(separator #f))))
|
||||
(home-page "https://p11-glue.github.io/p11-glue/p11-kit.html")
|
||||
(synopsis "PKCS#11 library")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user