aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-12-30 17:26:20 -0500
committerLeo Famulari <leo@famulari.name>2018-01-10 01:22:07 -0800
commit54a5a8f10179f5162289ced53f94c074d65537c0 (patch)
tree8f22b90a7673f66783d0096c6ebdb55d39d5b07e /gnu/packages/syncthing.scm
parent619db5cfeba4447a56cf8e0e1d80b273ce55540a (diff)
downloadguix-54a5a8f10179f5162289ced53f94c074d65537c0.tar
guix-54a5a8f10179f5162289ced53f94c074d65537c0.tar.gz
gnu: go-github-com-templexxx-reedsolomon: Remove unused package.
* gnu/packages/syncthing.scm (go-github-com-templexxx-reedsolomon): 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 867657523f..332751cc5b 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1802,30 +1802,6 @@ using sh's word-splitting rules.")
(home-page "https://github.com/kballard/go-shellquote")
(license expat))))
-(define-public go-github-com-templexxx-reedsolomon
- (package
- (name "go-github-com-templexxx-reedsolomon")
- (version "0.1.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/templexxx/reedsolomon.git")
- (commit version)))
- (sha256
- (base32
- "05yfi6dq2mwaw6jf9vq2qhpw8vb9y94b3zi6mpfcpma262rxdkg4"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/templexxx/reedsolomon"))
- (propagated-inputs
- `(("go-github-com-templexxx-cpufeat"
- ,go-github-com-templexxx-cpufeat)))
- (synopsis "Reed-Solomon Erasure Coding in Go")
- (description "This package provides and implemenation of Reed-Solomon
-Erasure Coding in Go.")
- (home-page "https://github.com/templexxx/reedsolomon")
- (license expat)))
-
(define-public go-github-com-templexxx-cpufeat
(let ((commit "3794dfbfb04749f896b521032f69383f24c3687e")
(revision "0"))