mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-go-abhg-dev-io-ioutil.
* gnu/packages/golang-xyz.scm (go-go-abhg-dev-io-ioutil): New variable. Change-Id: I18f5a4389a57742814813b57b880ccdaa11ed9fd
This commit is contained in:
parent
89fca5fe4e
commit
a5b20e27a3
1 changed files with 23 additions and 0 deletions
|
@ -17458,6 +17458,29 @@ distance. Takes a string value input from the user. Looks for an identical
|
|||
word on a list of words, if none is found, look for a similar word.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-go-abhg-dev-io-ioutil
|
||||
(package
|
||||
(name "go-go-abhg-dev-io-ioutil")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/abhinav/ioutil-go")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1sckmmpabnv9myccnjjrdr3an8zkzvcpwssx40x2z60kivd4zvv2"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "go.abhg.dev/io/ioutil"))
|
||||
(home-page "https://go.abhg.dev/io/ioutil")
|
||||
(synopsis "Extensions for the Golang std @code{io} package")
|
||||
(description
|
||||
"Package ioutil contains extensions for the @code{io} package.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-go-abhg-dev-komplete
|
||||
(package
|
||||
(name "go-go-abhg-dev-komplete")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue