mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: password-store: Make search path single-entry.
* gnu/packages/password-utils.scm (password-store)[native-search-paths]: Add separator #f to search path specification.
This commit is contained in:
parent
8e07725788
commit
869a4c0f19
1 changed files with 1 additions and 0 deletions
|
@ -514,6 +514,7 @@ (define-public password-store
|
|||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "PASSWORD_STORE_SYSTEM_EXTENSION_DIR")
|
||||
(separator #f) ;single entry
|
||||
(files '("lib/password-store/extensions")))))
|
||||
(inputs
|
||||
`(("dmenu" ,dmenu)
|
||||
|
|
Loading…
Reference in a new issue