diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-13 13:45:25 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-15 00:51:34 +0000 |
commit | a40ac6271578ea061a8a07b2adbd6032a690ca70 (patch) | |
tree | 45aeaf2d53a3178fc3831cccd6808f51f054d10c /gnu/packages/password-utils.scm | |
parent | 1e20aec1f8b185dfc66ff02869fe05b07e52c70c (diff) |
gnu: password-store: Fix failing test suite.
* gnu/packages/admin.scm (tree-1): New public variable.
* gnu/packages/password-utils.scm (password-store)[inputs]:
Use it rather than the default tree@2.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com> and
Olivier Dion <olivier.dion@polymtl.ca>.
Diffstat (limited to 'gnu/packages/password-utils.scm')
-rw-r--r-- | gnu/packages/password-utils.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 52f036a554..f56868439e 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -553,7 +553,8 @@ any X11 window.") gnupg qrencode sed - tree + ;; XXX v1.7.4 tests are broken with tree@2: <issues.guix.gnu.org/53238>. + tree-1 which wl-clipboard xclip |