diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-16 17:36:24 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-17 18:23:13 +0100 |
commit | 5da4cbfbd94163f87f188355e5490f04dd6864c2 (patch) | |
tree | d8e3a749ff23ff301b3789d36b86a52abf98a804 /gnu/local.mk | |
parent | d54c31923da62660807cb8c5722c85bb73780cae (diff) | |
download | guix-5da4cbfbd94163f87f188355e5490f04dd6864c2.tar.gz |
gnu: password-store: Ensure compatibility with tree@2.0.
Fixes <https://bugs.gnu.org/53238>, et.al. * gnu/packages/patches/password-store-tree-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/password-utils.scm (password-store)[source](patches): New field.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7e044d4a2b..a8f5c8afa1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1587,6 +1587,7 @@ dist_patch_DATA = \ %D%/packages/patches/pam-krb5-CVE-2020-10595.patch \ %D%/packages/patches/pango-skip-libthai-test.patch \ %D%/packages/patches/passwordsafe-meson-remove-extra-argument.patch \ + %D%/packages/patches/password-store-tree-compat.patch \ %D%/packages/patches/pciutils-hurd-configure.patch \ %D%/packages/patches/pciutils-hurd-fix.patch \ %D%/packages/patches/pitivi-fix-build-with-meson-0.60.patch \ |