diff options
| author | jgart <jgart@dismail.de> | 2026-02-06 15:14:33 -0600 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 15:19:56 -0600 |
| commit | aab44d46fba6b6ee8e48a23912a902b501eec993 (patch) | |
| tree | 8bc3bae59fdebe5de5564bed60d289b2767431ee /gnu | |
| parent | 0eb329c91022a74f4b00bba87c23f290fa8596fd (diff) | |
Revert "gnu: Add go-github-com-couchbase-moss."
This reverts commit 6a65dea586df4604ba5765fbe968732486c00b5f.
Change-Id: I8341e8ba681439039d830ebffa83acfcd8aa452e
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index c4dd990b78..2943572f59 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -19280,36 +19280,6 @@ that avoids runtime memory allocations.") library for Go.") (license license:asl2.0))) -(define-public go-github-com-couchbase-moss - (package - (name "go-github-com-couchbase-moss") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/couchbase/moss") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wxy8d6116w5a3rwsjbkc9p8x1r2q011gxwx2ciqr2if4g59i601")))) - (build-system go-build-system) - (arguments - (list #:import-path "github.com/couchbase/moss" - ;; Some tests times out. Disable them. - #:test-flags #~(list "-skip" - (string-join (list "TestStoreCollHistograms" - "TestStoreCrashRecovery") - "|")))) - (propagated-inputs (list go-github-com-couchbase-ghistogram - go-github-com-blevesearch-mmap-go - go-github-com-mschoch-smat)) - (home-page "https://github.com/couchbase/moss") - (synopsis "Go key-value storage library") - (description "This package provides a simple, fast, persistable, ordered -key-value collection implementation as a Go library.") - (license license:asl2.0))) - (define-public go-github-com-pbnjay-memory (let ((commit "7b4eea64cf580186c0eceb10dc94ba3a098af46c") (revision "2")) |
