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.master
parent
8e07725788
commit
869a4c0f19
|
@ -514,6 +514,7 @@ any X11 window.")
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "PASSWORD_STORE_SYSTEM_EXTENSION_DIR")
|
(variable "PASSWORD_STORE_SYSTEM_EXTENSION_DIR")
|
||||||
|
(separator #f) ;single entry
|
||||||
(files '("lib/password-store/extensions")))))
|
(files '("lib/password-store/extensions")))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("dmenu" ,dmenu)
|
`(("dmenu" ,dmenu)
|
||||||
|
|
Reference in New Issue