guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

255/285: gnu: password-store: Make search path single-entry.


From: guix-commits
Subject: 255/285: gnu: password-store: Make search path single-entry.
Date: Sun, 29 Dec 2019 20:44:42 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 95e5ed60372453d9f209cfd29ce2b4d80f2a9bf8
Author: Alex Griffin <address@hidden>
Date:   Sat Dec 28 10:42:32 2019 -0700

    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.
---
 gnu/packages/password-utils.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index dd24808..db5f54e 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -514,6 +514,7 @@ any X11 window.")
     (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]