mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Remove go-github-com-templexxx-cpufeat.
* gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): Remove variable.
This commit is contained in:
parent
7d02ae4b85
commit
6482d30472
1 changed files with 0 additions and 24 deletions
|
@ -1700,30 +1700,6 @@ (define-public go-github-com-kballard-go-shellquote
|
|||
(home-page "https://github.com/kballard/go-shellquote")
|
||||
(license expat))))
|
||||
|
||||
(define-public go-github-com-templexxx-cpufeat
|
||||
(let ((commit "3794dfbfb04749f896b521032f69383f24c3687e")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-templexxx-cpufeat")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/templexxx/cpufeat.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b9f5p6nsiv907rz5d66qzgxnsz4k68r2f45vxi2hwdbnkjfxz8j"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/templexxx/cpufeat"))
|
||||
(synopsis "CPU feature identification for Go")
|
||||
(description "This package provides @code{cpu}, which implements
|
||||
processor feature detection used by the Go standard libary.")
|
||||
(home-page "https://github.com/templexxx/cpufeat")
|
||||
(license bsd-3))))
|
||||
|
||||
(define-public go-github-com-zillode-notify
|
||||
(let ((commit "a8abcfb1ce88ee8d79a300ed65d94b8fb616ddb3")
|
||||
(revision "2"))
|
||||
|
|
Loading…
Reference in a new issue