File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,18 @@ let self = {
35
35
# Remove this when the clightning build is fixed upstream.
36
36
clightning = pkgs . callPackage ./clightning-mistune-workaround { inherit ( pkgs ) clightning ; } ;
37
37
38
+ # TODO-EXTERNAL:
39
+ # Remove this when the upstream patch is available in nixpkgs
40
+ lndhub-go = pkgsUnstable . lndhub-go . overrideDerivation ( _ : {
41
+ patches = [
42
+ ( pkgs . fetchpatch {
43
+ # https://github.com/getAlby/lndhub.go/pull/225
44
+ url = "https://github.com/getAlby/lndhub.go/pull/225.patch" ;
45
+ sha256 = "sha256-yjs+ZHXWhggzd5Zqm+qFKdulFuO/QJQkOmh4i99C9wE=" ;
46
+ } )
47
+ ] ;
48
+ } ) ;
49
+
38
50
# Internal pkgs
39
51
netns-exec = pkgs . callPackage ./netns-exec { } ;
40
52
krops = import ./krops { inherit pkgs ; } ;
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ pkgs: pkgsUnstable:
17
17
fulcrum
18
18
hwi
19
19
lightning-loop
20
- lnd
21
- lndhub-go ;
20
+ lnd ;
22
21
23
22
inherit pkgs pkgsUnstable ;
24
23
}
You can’t perform that action at this time.
0 commit comments