diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-23 16:48:47 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-23 17:05:18 +0100 |
commit | 9202a7b7b0afdf9c185812eb8bac92bd2fa8aef5 (patch) | |
tree | df52345ed5702fd442c89a800c22b05d89967ec1 /gnu/packages | |
parent | 2ec1ff73659b64eacc5cb407aeb2807c45d90c50 (diff) | |
download | guix-9202a7b7b0afdf9c185812eb8bac92bd2fa8aef5.tar.gz guix-9202a7b7b0afdf9c185812eb8bac92bd2fa8aef5.zip |
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
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 34f867377f..b622659f4d 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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") |