mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz.
* gnu/packages/golang.scm: (go-git-sr-ht-emersion-go-scfg): Move from here ... * gnu/packages/golang-xyz.scm: ... to here Change-Id: I75cc680543313e41abc86e71d48a9be9e9ce694a
This commit is contained in:
parent
74b2a9d5a4
commit
330a133b85
2 changed files with 25 additions and 23 deletions
|
@ -114,6 +114,31 @@ (define-public go-code-cloudfoundry-org-bytefmt
|
|||
a human-readable byte format.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-git-sr-ht-emersion-go-scfg
|
||||
(package
|
||||
(name "go-git-sr-ht-emersion-go-scfg")
|
||||
(version "0.0.0-20211215104734-c2c7a15d6c99")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~emersion/go-scfg")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02gn8hz8zfv8y0krysx2wv951gw8hmhdfqf1ysidwm7i293365w4"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "git.sr.ht/~emersion/go-scfg"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-google-shlex
|
||||
go-github-com-davecgh-go-spew))
|
||||
(home-page "https://git.sr.ht/~emersion/go-scfg")
|
||||
(synopsis "Go library for simple configuration file format")
|
||||
(description
|
||||
"Package go-scfg parses scfg files.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-git-sr-ht-emersion-go-sqlite3-fts5
|
||||
(package
|
||||
(name "go-git-sr-ht-emersion-go-sqlite3-fts5")
|
||||
|
|
|
@ -9226,29 +9226,6 @@ (define-public go-github-com-mitchellh-colorstring
|
|||
"Colorstring provides functions for colorizing strings for terminal output.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-git-sr-ht-emersion-go-scfg
|
||||
(package
|
||||
(name "go-git-sr-ht-emersion-go-scfg")
|
||||
(version "0.0.0-20211215104734-c2c7a15d6c99")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~emersion/go-scfg")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02gn8hz8zfv8y0krysx2wv951gw8hmhdfqf1ysidwm7i293365w4"))))
|
||||
(build-system go-build-system)
|
||||
(arguments (list #:import-path "git.sr.ht/~emersion/go-scfg"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-google-shlex
|
||||
go-github-com-davecgh-go-spew))
|
||||
(home-page "https://git.sr.ht/~emersion/go-scfg")
|
||||
(synopsis "Go library for simple configuration file format")
|
||||
(description "Package go-scfg parses scfg files.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-google-go-jsonnet
|
||||
(package
|
||||
(name "go-github-com-google-go-jsonnet")
|
||||
|
|
Loading…
Reference in a new issue