guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/01: gnu: password-store: Make search path single-entry.
Date: Sat, 28 Dec 2019 12:44:57 -0500 (EST)

ajgrf pushed a commit to branch master
in repository guix.

commit 869a4c0f19eb2bbf2503c62ff288e6f21da48f12
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]