mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Add go-numcpus.
* gnu/packages/golang-xyz.scm (go-numcpus): New variable. Change-Id: I2edb2f355fd14f2f9a470c91519e7fe1581cc243
This commit is contained in:
parent
bd4c6bbf0a
commit
51a10d3316
1 changed files with 14 additions and 0 deletions
|
@ -1301,6 +1301,20 @@ (define-public go-gopkg-in-op-go-logging-v1
|
|||
;;; Executables:
|
||||
;;;
|
||||
|
||||
(define-public go-numcpus
|
||||
(package
|
||||
(inherit go-github-com-tklauser-numcpus)
|
||||
(name "go-numcpus")
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.18
|
||||
#:import-path "github.com/tklauser/numcpus/cmd/numcpus"
|
||||
#:unpack-path "github.com/tklauser/numcpus"
|
||||
#:install-source? #f))
|
||||
(description
|
||||
"This package provides a CLI build from the
|
||||
go-github-com-tklauser-numcpus source.")))
|
||||
|
||||
(define-public go-pixelmatch
|
||||
(package
|
||||
(inherit go-github-com-orisano-pixelmatch)
|
||||
|
|
Loading…
Reference in a new issue