summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-02-20 09:05:10 -0500
committerLeo Famulari <leo@famulari.name>2018-03-06 13:24:19 -0500
commit7d02ae4b85d16f34d14dfb6375b7900ca1a81b4a (patch)
treef4ae062f8cb044e99927afa1cdc0ec8be930a431 /gnu/packages/syncthing.scm
parent7915ef0bff3392f6f7773b054935c1f88704dfac (diff)
downloadpatches-7d02ae4b85d16f34d14dfb6375b7900ca1a81b4a.tar
patches-7d02ae4b85d16f34d14dfb6375b7900ca1a81b4a.tar.gz
gnu: Remove go-github-com-tjfoc-gmsm-sm4.
* gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): Remove variable.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index f67aa89e8f..9b7ea9b0c4 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1724,32 +1724,6 @@ processor feature detection used by the Go standard libary.")
(home-page "https://github.com/templexxx/cpufeat")
(license bsd-3))))
-(define-public go-github-com-tjfoc-gmsm-sm4
- (let ((commit "98aa888b79d8de04afe0fccf45ed10594efc858b")
- (revision "1"))
- (package
- (name "go-github-com-tjfoc-gmsm-sm4")
- (version (git-version "0.0.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/tjfoc/gmsm")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1ii4imnz3ims2s23pdv0l4ijzxjsvl82h4yzgfqm5y809ph6pjq9"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/tjfoc/gmsm/sm4"
- #:unpack-path "github.com/tjfoc/gmsm"))
- (synopsis "SM4 block cipher")
- (description "This package provides a Go implementation of SM4, a block
-cipher used in the Chinese National Standard for Wireless LAN WAPI (Wired
-Authentication and Privacy Infrastructure).")
- (home-page "https://github.com/tjfoc/gmsm")
- (license asl2.0))))
-
(define-public go-github-com-zillode-notify
(let ((commit "a8abcfb1ce88ee8d79a300ed65d94b8fb616ddb3")
(revision "2"))