mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
lnd: add default release tags to tags
These tags are included in default lnd release builds.
This commit is contained in:
parent
0801744c61
commit
a86a3f14c2
@ -2,16 +2,21 @@
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, tags ? [
|
||||
# `RELEASE_TAGS` from https://github.com/lightningnetwork/lnd/blob/master/make/release_flags.mk
|
||||
"autopilotrpc"
|
||||
"chainrpc"
|
||||
"invoicesrpc"
|
||||
"kvdb_etcd"
|
||||
"kvdb_postgres"
|
||||
"kvdb_sqlite"
|
||||
"monitoring"
|
||||
"routerrpc"
|
||||
"neutrinorpc"
|
||||
"peersrpc"
|
||||
"signrpc"
|
||||
"walletrpc"
|
||||
"watchtowerrpc"
|
||||
# Extra tags useful for testing
|
||||
"routerrpc"
|
||||
]
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user