aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-02-20 09:05:47 -0500
committerLeo Famulari <leo@famulari.name>2018-03-06 13:24:20 -0500
commit6482d3047247aeeac07a5a90bf6165586a039b27 (patch)
treecbc26128d8abe85bfad455d1fd49553529e6d343 /gnu/packages/syncthing.scm
parent7d02ae4b85d16f34d14dfb6375b7900ca1a81b4a (diff)
downloadguix-6482d3047247aeeac07a5a90bf6165586a039b27.tar
guix-6482d3047247aeeac07a5a90bf6165586a039b27.tar.gz
gnu: Remove go-github-com-templexxx-cpufeat.
* gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): Remove variable.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 9b7ea9b0c4..17aa12782b 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1700,30 +1700,6 @@ using sh's word-splitting rules.")
(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"))