gnu: Remove go-github-com-templexxx-xor.

* gnu/packages/syncthing.scm (go-github-com-templexxx-xor): Remove variable.
This commit is contained in:
Leo Famulari 2018-02-20 09:06:14 -05:00
parent 6482d30472
commit 01794ffce0
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1552,30 +1552,6 @@ (define-public go-github-com-chmduquesne-rollinghash-adler32
(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"))