lnd: set CGO_ENABLED=0
Sync it with how upstream is built for release: https://github.com/lightningnetwork/lnd/blob/v0.20.0-beta/scripts/release.sh#L208
This commit is contained in:
@@ -39,6 +39,8 @@ buildGoModule rec {
|
||||
"cmd/lnd"
|
||||
];
|
||||
|
||||
env.CGO_ENABLED = 0;
|
||||
|
||||
inherit tags;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user