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:
Alex Griffin 2019-12-28 10:42:32 -07:00
parent 8e07725788
commit 869a4c0f19
No known key found for this signature in database
GPG key ID: 6F5120A022FBB2D5

View file

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