summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-16 19:55:27 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-06-16 20:06:37 +0100
commit2075a411aa125bdd4de2e59ee38cb3bd98029d2b (patch)
tree4fb719377d5d2ed8a19e8bc315c831d8f78e2c35 /gnu/packages/databases.scm
parentbc7a058f505ef6347d9c6085f7fdb94c8ce840d6 (diff)
gnu: dicedb: Improve package.
* gnu/packages/databases.scm (dicedb): As it's a final command, move all propagated inputs to native-inputs and sort them alphabetically. [description]: Fix fill column indentation. Change-Id: Iad0a063653af8d554356631b36c4e9a94cf3849a
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r--gnu/packages/databases.scm58
1 files changed, 29 insertions, 29 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 9e5e8bde762..a423210435d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -541,37 +541,37 @@ database later.")
(lambda* (#:key tests? import-path #:allow-other-keys)
(with-directory-excursion (string-append "src/" import-path)
(delete-file-recursively "examples")))))))
- (propagated-inputs (list go-google-golang-org-protobuf
- go-golang-org-x-crypto
- go-github-com-twmb-murmur3
- go-github-com-stretchr-testify
- go-github-com-spf13-viper
- go-github-com-spf13-pflag
- go-github-com-spf13-cobra
- go-github-com-rs-zerolog
- go-github-com-rs-xid
- go-github-com-ohler55-ojg
- go-github-com-mmcloughlin-geohash
- go-github-com-google-uuid
- go-github-com-google-go-cmp
- go-github-com-google-btree
- go-github-com-gobwas-glob
- go-github-com-dicedb-dicedb-go
- go-github-com-dgryski-go-farm
- go-github-com-cespare-xxhash-v2
- go-github-com-bytedance-sonic
- go-github-com-axiomhq-hyperloglog
- go-gotest-tools-v3
- go-github-com-wangjia184-sortedset))
+ (native-inputs
+ (list go-github-com-axiomhq-hyperloglog
+ go-github-com-bytedance-sonic
+ go-github-com-cespare-xxhash-v2
+ go-github-com-dgryski-go-farm
+ go-github-com-dicedb-dicedb-go
+ go-github-com-gobwas-glob
+ go-github-com-google-btree
+ go-github-com-google-go-cmp
+ go-github-com-google-uuid
+ go-github-com-mmcloughlin-geohash
+ go-github-com-ohler55-ojg
+ go-github-com-rs-xid
+ go-github-com-rs-zerolog
+ go-github-com-spf13-cobra
+ go-github-com-spf13-pflag
+ go-github-com-spf13-viper
+ go-github-com-stretchr-testify
+ go-github-com-twmb-murmur3
+ go-github-com-wangjia184-sortedset
+ go-golang-org-x-crypto
+ go-google-golang-org-protobuf
+ go-gotest-tools-v3))
(home-page "https://github.com/dicedb/dice")
- (synopsis
- "Fast, reactive, in-memory database optimized for modern hardware")
+ (synopsis "Fast, reactive, in-memory database optimized for modern hardware")
(description
- "@code{dicedb} is a fast, reactive, in-memory database optimized
-for modern hardware. Commonly used as a cache, it offers a familiar interface
-while enabling real-time data updates through query subscriptions. It delivers
-higher throughput and lower median latencies, making it ideal for modern
-workloads.")
+ "@code{dicedb} is a fast, reactive, in-memory database optimized for
+modern hardware. Commonly used as a cache, it offers a familiar interface
+while enabling real-time data updates through query subscriptions. It
+delivers higher throughput and lower median latencies, making it ideal for
+modern workloads.")
(license license:bsd-3)))
(define-public leveldb