summaryrefslogtreecommitdiff
path: root/gnu/packages/authentication.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-11-20 21:09:53 +0100
committerMarius Bakke <marius@gnu.org>2022-11-20 21:09:53 +0100
commitc37a4260387f7be89783c8f46ffd4a2643069fbd (patch)
tree090423296e17c3f60b5dd772bad23bceaa19f734 /gnu/packages/authentication.scm
parentcae97cd773befcc68ce0ba8709e50c8697b7f0d3 (diff)
parent4416e94e517a955fe6152094df8b89d2c0c13e65 (diff)
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/authentication.scm')
-rw-r--r--gnu/packages/authentication.scm1
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)