mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: go-github-com-shirou-gopsutil: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-shirou-gopsutil): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
51a10d3316
commit
8468c55565
2 changed files with 27 additions and 26 deletions
|
@ -2,7 +2,8 @@
|
||||||
;;; Copyright © 2017, 2018, 2019 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2017, 2018, 2019 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
|
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
|
||||||
;;; Copyright © 2019 Brian Leung <bkleung89@gmail.com>
|
;;; Copyright © 2019 Brian Leung <bkleung89@gmail.com>
|
||||||
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2019 Leo Famulari <leo@famulari.name>
|
||||||
|
;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2020 Joseph LaFreniere <joseph@lafreniere.xyz>
|
;;; Copyright © 2020 Joseph LaFreniere <joseph@lafreniere.xyz>
|
||||||
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
|
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
|
||||||
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
|
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
|
||||||
|
@ -1093,6 +1094,31 @@ (define-public go-github-com-rcrowley-go-metrics
|
||||||
(home-page "https://github.com/rcrowley/go-metrics")
|
(home-page "https://github.com/rcrowley/go-metrics")
|
||||||
(license license:bsd-2))))
|
(license license:bsd-2))))
|
||||||
|
|
||||||
|
(define-public go-github-com-shirou-gopsutil
|
||||||
|
(let ((commit "47ef3260b6bf6ead847e7c8fc4101b33c365e399")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "go-github-com-shirou-gopsutil")
|
||||||
|
(version (git-version "v2.19.7" revision commit))
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/shirou/gopsutil")
|
||||||
|
(commit commit))) ; XXX
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0x1g4r32q4201nr2b754xnrrndmwsrhfr7zg37spya86qrmijnws"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/shirou/gopsutil"))
|
||||||
|
(synopsis "Process and system monitoring in Go")
|
||||||
|
(description "This package provides a library for retrieving information
|
||||||
|
on running processes and system utilization (CPU, memory, disks, network,
|
||||||
|
sensors).")
|
||||||
|
(home-page "https://github.com/shirou/gopsutil")
|
||||||
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-github-com-skip2-go-qrcode
|
(define-public go-github-com-skip2-go-qrcode
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-skip2-go-qrcode")
|
(name "go-github-com-skip2-go-qrcode")
|
||||||
|
|
|
@ -6337,31 +6337,6 @@ (define-public go-github-com-robfig-cron
|
||||||
a cron spec parser and job runner.")
|
a cron spec parser and job runner.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-shirou-gopsutil
|
|
||||||
(let ((commit "47ef3260b6bf6ead847e7c8fc4101b33c365e399")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
|
||||||
(name "go-github-com-shirou-gopsutil")
|
|
||||||
(version (git-version "v2.19.7" revision commit))
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/shirou/gopsutil")
|
|
||||||
(commit commit))) ; XXX
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0x1g4r32q4201nr2b754xnrrndmwsrhfr7zg37spya86qrmijnws"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/shirou/gopsutil"))
|
|
||||||
(synopsis "Process and system monitoring in Go")
|
|
||||||
(description "This package provides a library for retrieving information
|
|
||||||
on running processes and system utilization (CPU, memory, disks, network,
|
|
||||||
sensors).")
|
|
||||||
(home-page "https://github.com/shirou/gopsutil")
|
|
||||||
(license license:bsd-3))))
|
|
||||||
|
|
||||||
(define-public go-github-com-danwakefield-fnmatch
|
(define-public go-github-com-danwakefield-fnmatch
|
||||||
(let ((commit "cbb64ac3d964b81592e64f957ad53df015803288")
|
(let ((commit "cbb64ac3d964b81592e64f957ad53df015803288")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Reference in a new issue