gnu: Remove go-github-com-direnv-go-dotenv.

Remove the package as it's no longer maintained and not in use by any
other one: "This repository has been archived by the owner on Feb 28,
2024. It is now read-only."

* gnu/packages/golang.scm (go-github-com-direnv-go-dotenv): Delete variable.

Change-Id: I57058a8868085e5b133e8cc46afb2b8b0c57eb5e
This commit is contained in:
Sharlatan Hellseher 2024-08-23 16:48:47 +01:00
parent 2ec1ff7365
commit 9202a7b7b0
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -4921,31 +4921,6 @@ have super fancy logs.")
"The fs package provides file-system-related Go functions.")
(license license:bsd-3))))
(define-public go-github-com-direnv-go-dotenv
(let ((commit "4cce6d1a66f7bc8dc730eab85cab6af1b801abed")
(revision "0"))
(package
(name "go-github-com-direnv-go-dotenv")
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/direnv/go-dotenv")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"00wn4fc2lma0csf6ryvlc6k9jbpbifm4n7i3kkd2xrfw5qlm29b6"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/direnv/go-dotenv"))
(home-page "https://github.com/direnv/go-dotenv")
(synopsis "Go dotenv parsing library")
(description "This package provides a library for parsing the dotenv
format in Go.")
(license license:expat))))
(define-public go-github-com-kylelemons-godebug
(package
(name "go-github-com-kylelemons-godebug")