summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-02-23 17:48:29 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-23 17:48:29 +0100
commit0bc486c91057649befdc34e58d7d8997540b07c4 (patch)
tree985de31fd61dcfa01c2de48ae102b8485b7ea7de /gnu
parent4e3c056ef6ed5ef80526fc330f02ea2e8a9ab013 (diff)
gnu: Remove libaccounts-qt.
* gnu/packages/qt.scm (libaccounts-qt): Delete variable. Change-Id: I503070e076eccd3b44cbb8b8d277419c45227ceb
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/qt.scm41
1 files changed, 0 insertions, 41 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index d6efd403a7..4b460a2e08 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -6306,47 +6306,6 @@ web server.")
(define-deprecated-package kdsoap-qt6
kdsoap)
-(define-public libaccounts-qt
- (package
- (name "libaccounts-qt")
- (version "1.17")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.com/accounts-sso/libaccounts-qt")
- (commit (string-append "VERSION_" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0859nsksgfrj6ynj74awj1fr6slwcjavs989xc7mbgpvi87n1xlq"))))
- (build-system gnu-build-system)
- (arguments
- (list #:tests? #f ;TODO
- #:phases
- #~(modify-phases %standard-phases
- (replace 'configure
- (lambda _
- (substitute* "tests/tst_libaccounts.pro"
- (("QMAKE_RPATHDIR = \\$\\$\\{QMAKE_LIBDIR\\}")
- (string-append "QMAKE_RPATHDIR ="
- #$output "/lib")))
- (invoke "qmake"
- (string-append "PREFIX=" #$output)
- (string-append "LIBDIR=" #$output "/lib")))))))
- ;; * SignOnQt5 (required version >= 8.55), D-Bus service which performs
- ;; user authentication on behalf of its clients,
- ;; <https://gitlab.com/accounts-sso/signond>
- (native-inputs (list doxygen pkg-config qtbase-5 qttools-5))
- (inputs (list glib signond libaccounts-glib))
- (home-page "https://accounts-sso.gitlab.io/")
- (synopsis "Qt5 bindings for libaccounts-glib")
- (description
- "Accounts SSO is a framework for application developers who
-wish to acquire, use and store web account details and credentials. It
-handles the authentication process of an account and securely stores the
-credentials and service-specific settings.")
- (license license:lgpl2.1+)))
-
(define-public libaccounts-qt6
(package
(name "libaccounts-qt6")