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 @@ CPU quota.")
|
||||||
;;; Executables:
|
;;; 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
|
(define-public go-pixelmatch
|
||||||
(package
|
(package
|
||||||
(inherit go-github-com-orisano-pixelmatch)
|
(inherit go-github-com-orisano-pixelmatch)
|
||||||
|
|
Reference in a new issue