mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Revmoe go-github-com-syndtr-goleveldb.
This package is a duplicate to go-github-com-syndtr-goleveldb-leveldb. * gnu/packages/ipfs.scm: Revmoe (gnu packages syncthing) module. (kubo) [inputs]: Replace go-github-com-syndtr-goleveldb with go-github-com-syndtr-goleveldb-leveldb. * gnu/packages/syncthing.scm (go-github-com-syndtr-goleveldb): Remove variable. Change-Id: I8641a18a3d97f570f3bbbd849f7dabdea4e41b01
This commit is contained in:
parent
b2dbd7ca8a
commit
d6c95d4208
2 changed files with 2 additions and 31 deletions
|
@ -36,8 +36,7 @@ (define-module (gnu packages ipfs)
|
|||
#:use-module (gnu packages golang-web)
|
||||
#:use-module (gnu packages golang-xyz)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages shells)
|
||||
#:use-module (gnu packages syncthing))
|
||||
#:use-module (gnu packages shells))
|
||||
|
||||
(define-public go-github-com-ipfs-go-cid
|
||||
(package
|
||||
|
@ -405,7 +404,7 @@ (define-public kubo
|
|||
go-github-com-pkg-errors
|
||||
go-github-com-prometheus-client-golang
|
||||
go-github-com-stretchr-testify
|
||||
go-github-com-syndtr-goleveldb
|
||||
go-github-com-syndtr-goleveldb-leveldb
|
||||
;;go-github-com-tidwall-gjson
|
||||
;;go-github-com-tidwall-sjson
|
||||
go-github-com-whyrusleeping-go-sysinfo
|
||||
|
|
|
@ -427,34 +427,6 @@ (define-public go-github-com-sasha-s-go-deadlock
|
|||
(home-page "https://github.com/sasha-s/go-deadlock")
|
||||
(license asl2.0)))
|
||||
|
||||
(define-public go-github-com-syndtr-goleveldb
|
||||
(let ((commit "758128399b1df3a87e92df6c26c1d2063da8fabe")
|
||||
(revision "4"))
|
||||
(package
|
||||
(name "go-github-com-syndtr-goleveldb")
|
||||
(version (git-version "1.0.1" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/syndtr/goleveldb")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mnkzrz4di13g6ggd54my7bkb9nwk8f5k672dyasn467wsg7bf8f"))))
|
||||
(build-system go-build-system)
|
||||
(propagated-inputs
|
||||
(list go-github-com-golang-snappy))
|
||||
(arguments
|
||||
`(#:import-path "github.com/syndtr/goleveldb/leveldb"
|
||||
#:unpack-path "github.com/syndtr/goleveldb"
|
||||
#:tests? #f)) ; XXX needs 'github.com/onsi/gomega' package
|
||||
(synopsis "LevelDB key/value database")
|
||||
(description "This is an implementation of the LevelDB key / value
|
||||
database in Go.")
|
||||
(home-page "https://github.com/syndtr/goleveldb")
|
||||
(license bsd-2))))
|
||||
|
||||
(define-public go-github-com-thejerf-suture
|
||||
(package
|
||||
(name "go-github-com-thejerf-suture")
|
||||
|
|
Loading…
Reference in a new issue