aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-04-17 16:19:08 +0100
committerChristopher Baines <mail@cbaines.net>2024-04-17 17:55:53 +0100
commita8b4e49993e614d0db0aaa540fbae811c304a859 (patch)
tree9019a9869a3a5e69698c31551540875f48b6947d
parent7bed290fdfd830d690daf065de6d2ecab73309d9 (diff)
downloadguix-a8b4e49993e614d0db0aaa540fbae811c304a859.tar
guix-a8b4e49993e614d0db0aaa540fbae811c304a859.tar.gz
gnu: signon-plugin-oauth2: Change SIGNON_PLUGINS_DIR.
This is a followup to 8a257582e3366b37ab7651198fc4c8912c520b37 where I applied the v2 patch rather than the v3 patch (#70256). * gnu/packages/qt.scm (signon-plugin-oauth2)[arguments]: Add /signon to SIGNON_PLUGINS_DIR. Change-Id: Ib77436507b43e6073cce8acf6a170035d3f09b1a
-rw-r--r--gnu/packages/qt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 8fc3b3b0e8..21f47ceea5 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5371,7 +5371,7 @@ authentication on behalf of its clients.")
(string-append "PREFIX=" #$output)
(string-append "LIBDIR=" #$output "/lib")
(string-append "SIGNON_PLUGINS_DIR=" #$output
- "/lib")))))))
+ "/lib/signon")))))))
(synopsis "OAuth 2 plugin for signon")
(description
"This plugin for the Accounts-SSO SignOn daemon handles the OAuth