summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-03-02 17:19:02 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-02 17:19:05 +0100
commit5b3e234af51940feda1c9180384151a303d9a00a (patch)
tree8e77b9b2ea5a08be06b1cd59dd3c5dd8e6a1a1c7
parent6682027c99e86051ddb124f12062c1c494feec24 (diff)
gnu: Remove gss.
* gnu/packages/gsasl.scm (gss): Delete variable. Fixes: guix/guix#6021 Change-Id: Ida148ef79d5f8f61222ffb0700f7e995793d89b9
-rw-r--r--gnu/packages/gsasl.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/gsasl.scm b/gnu/packages/gsasl.scm
index 9e451ad2104..ed231ca48d7 100644
--- a/gnu/packages/gsasl.scm
+++ b/gnu/packages/gsasl.scm
@@ -51,29 +51,6 @@
(license license:lgpl2.1+)
(home-page "https://www.nongnu.org/libntlm/")))
-(define-public gss
- (package
- (name "gss")
- (version "1.0.4")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnu/gss/gss-" version
- ".tar.gz"))
- (sha256 (base32
- "0www841ax21f5f61pdjk9fjdn9s2xf1wnblb47kzrqyaykgapkpc"))))
- (build-system gnu-build-system)
- (inputs (list nettle shishi zlib))
- (synopsis "Generic Security Service library")
- (description
- "The GNU Generic Security Service provides a free implementation of the
-GSS-API specification. It provides a generic application programming
-interface for programs to access security services. Security services present
-a generic, GSS interface, with which the calling application interacts via
-this library, freeing the application developer from needing to know about
-the underlying security implementation.")
- (license license:gpl3+)
- (home-page "https://www.gnu.org/software/gss/")))
-
(define-public gsasl
(package
(name "gsasl")