gnu: Add go-github-com-ipfs-go-ds-leveldb.

* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ds-leveldb): New variable.

Change-Id: Ida3a850c9d7ca25b694e580837b3bda918875825
This commit is contained in:
Sharlatan Hellseher 2024-09-08 15:13:28 +01:00
parent 89fcf4dc26
commit bb22037ade
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -398,6 +398,33 @@ throughout its lifetime.")
by @url{https://dgraph.io/docs/badger,Badger}.") by @url{https://dgraph.io/docs/badger,Badger}.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-ipfs-go-ds-leveldb
(package
(name "go-github-com-ipfs-go-ds-leveldb")
(version "0.5.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ipfs/go-ds-leveldb")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1hi7vmjpzzh00zcf0638rvgiqj4j8difz5kzr0pilr0z6zcb7dq3"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/ipfs/go-ds-leveldb"))
(propagated-inputs
(list go-github-com-ipfs-go-datastore go-github-com-syndtr-goleveldb))
(home-page "https://github.com/ipfs/go-ds-leveldb")
(synopsis "Implementation of go-datastore using leveldb")
(description
"This package implements the
@url{https://github.com/ipfs/go-datastore,go-datastore} interface using a
LevelDB backend.")
(license license:expat)))
(define-public go-github-com-ipfs-go-detect-race (define-public go-github-com-ipfs-go-detect-race
(package (package
(name "go-github-com-ipfs-go-detect-race") (name "go-github-com-ipfs-go-detect-race")