mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-ulid: Fix Texinfo markup in description.
Reported in #76312 by Leo Famulari <leo@famulari.name>. * gnu/packages/golang-xyz.scm (go-ulid): Swap to PACKAGE/INHERIT. [description]: Swap to go-github-com-oklog-ulid-v2; add leading "\n" to fix issue with Texinfo "@end itemize" line. [native-inputs]: Remove go-github-pborman-getopt-v2. Change-Id: I5bc34db4c4d244e9f11f2cb4875344d48bd14ec9
This commit is contained in:
parent
f1d34da912
commit
aadee4a58d
1 changed files with 3 additions and 6 deletions
|
@ -18070,19 +18070,16 @@ tools."))))
|
||||||
tool."))))
|
tool."))))
|
||||||
|
|
||||||
(define-public go-ulid
|
(define-public go-ulid
|
||||||
(package
|
(package/inherit go-github-com-oklog-ulid-v2
|
||||||
(inherit go-github-com-oklog-ulid-v2)
|
|
||||||
(name "go-ulid")
|
(name "go-ulid")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:install-source? #f
|
#:install-source? #f
|
||||||
#:import-path "github.com/oklog/ulid/v2/cmd/ulid"
|
#:import-path "github.com/oklog/ulid/v2/cmd/ulid"
|
||||||
#:unpack-path "github.com/oklog/ulid/v2"))
|
#:unpack-path "github.com/oklog/ulid/v2"))
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-pborman-getopt-v2))
|
|
||||||
(description
|
(description
|
||||||
(string-append (package-description go-github-com-oklog-ulid)
|
(string-append (package-description go-github-com-oklog-ulid-v2)
|
||||||
" This package provides an command line interface (CLI)
|
"\nThis package provides a command line interface (CLI)
|
||||||
tool."))))
|
tool."))))
|
||||||
|
|
||||||
(define-public gofumpt
|
(define-public gofumpt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue