diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 20:49:10 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 21:08:08 +0100 |
commit | 49a7232c5dbaaa8861514b7a839ddfe83ece0320 (patch) | |
tree | 3438e605b5fe835389f47477101c9ea082606c9b /gnu/packages/authentication.scm | |
parent | 225dc9dc638356e9daa7c1cf241338f318aece9d (diff) | |
download | guix-49a7232c5dbaaa8861514b7a839ddfe83ece0320.tar guix-49a7232c5dbaaa8861514b7a839ddfe83ece0320.tar.gz |
gnu: oath-toolkit: Fix test failure with new xmlsec.
* gnu/packages/patches/oath-toolkit-xmlsec-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/authentication.scm (oath-toolkit)[source](patches): New field.
Diffstat (limited to 'gnu/packages/authentication.scm')
-rw-r--r-- | gnu/packages/authentication.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm index fa5199cc1d..d9dd6fac3d 100644 --- a/gnu/packages/authentication.scm +++ b/gnu/packages/authentication.scm @@ -43,6 +43,7 @@ (method url-fetch) (uri (string-append "https://download.savannah.nongnu.org/releases/" name "/" name "-" version ".tar.gz")) + (patches (search-patches "oath-toolkit-xmlsec-compat.patch")) (sha256 (base32 "1aa620k05lsw3l3slkp2mzma40q3p9wginspn9zk8digiz7dzv9n")))) (build-system gnu-build-system) |