mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-subosito-gotenv: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-subosito-gotenv): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ic9733d34808da599536a34b33caad88707f8ebb7
This commit is contained in:
parent
eb23cceba5
commit
d8717abb49
2 changed files with 27 additions and 26 deletions
|
@ -6932,6 +6932,33 @@ well as a program to generate applications and command files.")
|
||||||
slices, JSON and other data.")
|
slices, JSON and other data.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-subosito-gotenv
|
||||||
|
(package
|
||||||
|
(name "go-github-com-subosito-gotenv")
|
||||||
|
(version "1.6.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/subosito/gotenv")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0h7kb9mc67rl16kvls2d16pimdrz59l5x4l002qsv2p2766mpjif"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/subosito/gotenv"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-text))
|
||||||
|
(home-page "https://github.com/subosito/gotenv")
|
||||||
|
(synopsis "Go library for loading environment variables from files")
|
||||||
|
(description
|
||||||
|
"Go library for loading environment variables from files")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-syndtr-goleveldb
|
(define-public go-github-com-syndtr-goleveldb
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-syndtr-goleveldb")
|
(name "go-github-com-syndtr-goleveldb")
|
||||||
|
|
|
@ -3375,32 +3375,6 @@ updating files, like @command{tail -f}.")
|
||||||
(description "Java properties scanner for Go")
|
(description "Java properties scanner for Go")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public go-github-com-subosito-gotenv
|
|
||||||
(package
|
|
||||||
(name "go-github-com-subosito-gotenv")
|
|
||||||
(version "1.6.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/subosito/gotenv")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0h7kb9mc67rl16kvls2d16pimdrz59l5x4l002qsv2p2766mpjif"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/subosito/gotenv"))
|
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-stretchr-testify))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-golang-org-x-text))
|
|
||||||
(home-page "https://github.com/subosito/gotenv")
|
|
||||||
(synopsis "Go library for loading environment variables from files")
|
|
||||||
(description "Go library for loading environment variables from files")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-sirupsen-logrus
|
(define-public go-github-com-sirupsen-logrus
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-sirupsen-logrus")
|
(name "go-github-com-sirupsen-logrus")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue