Skip to content

Commit 9dfb67e

Browse files
authored
lighthouse: enable Gnosis support (#666)
1 parent de87b45 commit 9dfb67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/lighthouse/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ in
5555
buildInputs = [openssl protobuf sqlite rust-jemalloc-sys];
5656

5757
buildNoDefaultFeatures = true;
58-
buildFeatures = ["modern" "slasher-lmdb"];
58+
buildFeatures = ["gnosis" "modern" "slasher-lmdb"];
5959

6060
# Needed to get openssl-sys to use pkg-config.
6161
OPENSSL_NO_VENDOR = 1;

0 commit comments

Comments
 (0)