me
/
guix
Archived
1
0
Fork 0

gnu: ghq: Remove package labels.

* gnu/packages/version-control.scm (ghq): Remove labels.

Change-Id: Icc4b951bac4a1187c5d83a8309753d1dd842273a
master
Sharlatan Hellseher 2024-02-17 00:51:42 +00:00
parent 92b5c13c6a
commit f5050fb019
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 8 additions and 8 deletions

View File

@ -3738,15 +3738,15 @@ If several repos are related, it helps to see their status together.")
(string-append zsh-completion "/_ghq"))))
#t)))))
(native-inputs
`(("git" ,git-minimal)))
(list git-minimal))
(inputs
`(("github.com/songmu/gitconfig" ,go-github-com-songmu-gitconfig)
("github.com/mattn/go-isatty" ,go-github-com-mattn-go-isatty)
("github.com/motemen/go-colorine" ,go-github-com-motemen-go-colorine)
("github.com/saracen/walker" ,go-github-com-saracen-walker)
("github.com/urfave/cli/v2" ,go-github-com-urfave-cli-v2)
("golang.org/x/net/html" ,go-golang-org-x-net-html)
("golang.org/x/sync/errgroup" ,go-golang.org-x-sync-errgroup)))
(list go-github-com-songmu-gitconfig
go-github-com-mattn-go-isatty
go-github-com-motemen-go-colorine
go-github-com-saracen-walker
go-github-com-urfave-cli-v2
go-golang-org-x-net-html
go-golang.org-x-sync-errgroup))
(synopsis "Manage remote repository clones")
(description
"@code{ghq} provides a way to organize remote repository clones, like