This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5b3e234af5 gnu: Remove gss.
5b3e234af5 is described below
commit 5b3e234af51940feda1c9180384151a303d9a00a
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 2 17:19:02 2026 +0100
gnu: Remove gss.
* gnu/packages/gsasl.scm (gss): Delete variable.
Fixes: guix/guix#6021
Change-Id: Ida148ef79d5f8f61222ffb0700f7e995793d89b9
---
gnu/packages/gsasl.scm | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/gnu/packages/gsasl.scm b/gnu/packages/gsasl.scm
index 9e451ad210..ed231ca48d 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")