From 9202a7b7b0afdf9c185812eb8bac92bd2fa8aef5 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 23 Aug 2024 16:48:47 +0100 Subject: 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 --- gnu/packages/golang.scm | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'gnu/packages/golang.scm') 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 @@ (define-public go-github-com-kr-fs "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") -- cgit v1.2.3