mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-phpdave11-gofpdi: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-phpdave11-gofpdi): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I80c875bac3e7ba920cc344a9c0e2a053536154e1
This commit is contained in:
parent
cfaae6e69a
commit
e6ef4eb582
2 changed files with 24 additions and 24 deletions
|
@ -11328,6 +11328,30 @@ that help improve the encoding/decoding performance of some binary
|
|||
protocols.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-phpdave11-gofpdi
|
||||
(package
|
||||
(name "go-github-com-phpdave11-gofpdi")
|
||||
(version "1.0.14")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/phpdave11/gofpdi")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zan4wmwd1rzrq57ynz4z5kf00b6xj0dnki123zai0j53xdngwhw"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/phpdave11/gofpdi"))
|
||||
(propagated-inputs (list go-github-com-pkg-errors))
|
||||
(home-page "https://github.com/phpdave11/gofpdi")
|
||||
(synopsis "PDF document importer")
|
||||
(description
|
||||
"gofpdi allows you to import an existing PDF into a new PDF.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-pierrec-cmdflag
|
||||
(package
|
||||
(name "go-github-com-pierrec-cmdflag")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue