mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
garage: enable journald feature
Not-cherry-picked-because: 25.11 already has the feature enabled, but 25.05 needs additonal version guarding.
This commit is contained in:
@@ -61,6 +61,7 @@ let
|
||||
"bundled-libs"
|
||||
]
|
||||
++ lib.optional (lib.versionOlder version "1.0") "sled"
|
||||
++ lib.optional (lib.versionAtLeast version "1.2") "journald"
|
||||
++ [
|
||||
"metrics"
|
||||
"k2v"
|
||||
@@ -79,6 +80,7 @@ let
|
||||
"bundled-libs"
|
||||
]
|
||||
++ lib.optional (lib.versionOlder version "1.0") "sled"
|
||||
++ lib.optional (lib.versionAtLeast version "1.2") "journald"
|
||||
++ [
|
||||
"lmdb"
|
||||
"sqlite"
|
||||
|
||||
Reference in New Issue
Block a user