me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 0 deletions

View File

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