aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-02-20 09:06:14 -0500
committerLeo Famulari <leo@famulari.name>2018-03-06 13:24:20 -0500
commit01794ffce0c34d3c0b5c2bded95f634bac4ffaca (patch)
treebe667d95a162c57a93eff43c6195ac0c957a515d /gnu/packages/syncthing.scm
parent6482d3047247aeeac07a5a90bf6165586a039b27 (diff)
downloadguix-01794ffce0c34d3c0b5c2bded95f634bac4ffaca.tar
guix-01794ffce0c34d3c0b5c2bded95f634bac4ffaca.tar.gz
gnu: Remove go-github-com-templexxx-xor.
* gnu/packages/syncthing.scm (go-github-com-templexxx-xor): 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 17aa12782b..60ad23440d 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1552,30 +1552,6 @@ rolling hash.")
(home-page "https://github.com/chmduquesne/rollinghash")
(license expat))))
-(define-public go-github-com-templexxx-xor
- (package
- (name "go-github-com-templexxx-xor")
- (version "0.1.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/templexxx/xor.git")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0v1maiii0sggmxk9bgpy6pypb40j3hy2328pc4kd5bldkpdb67d5"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/templexxx/xor"))
- (propagated-inputs
- `(("go-github-com-templexxx-cpufeat" ,go-github-com-templexxx-cpufeat)))
- (synopsis "XOR in Go")
- (description "This packages provides a Go implementation of XOR.")
- (home-page "https://github.com/templexxx/xor")
- (license expat)))
-
(define-public go-github-com-pkg-errors
(let ((commit "e881fd58d78e04cf6d0de1217f8707c8cc2249bc")
(revision "1"))