Skip to content

Commit

Permalink
lndhub-go: add logo layout patch
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt authored and prusnak committed Aug 22, 2022
1 parent 915114c commit cff12ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ let self = {
# Remove this when the clightning build is fixed upstream.
clightning = pkgs.callPackage ./clightning-mistune-workaround { inherit (pkgs) clightning; };

# TODO-EXTERNAL:
# Remove this when the upstream patch is available in nixpkgs
lndhub-go = pkgsUnstable.lndhub-go.overrideDerivation (_: {
patches = [
(pkgs.fetchpatch {
# https://github.com/getAlby/lndhub.go/pull/225
url = "https://github.com/getAlby/lndhub.go/pull/225.patch";
sha256 = "sha256-yjs+ZHXWhggzd5Zqm+qFKdulFuO/QJQkOmh4i99C9wE=";
})
];
});

# Internal pkgs
netns-exec = pkgs.callPackage ./netns-exec { };
krops = import ./krops { inherit pkgs; };
Expand Down
3 changes: 1 addition & 2 deletions pkgs/pinned.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ pkgs: pkgsUnstable:
fulcrum
hwi
lightning-loop
lnd
lndhub-go;
lnd;

inherit pkgs pkgsUnstable;
}

0 comments on commit cff12ba

Please sign in to comment.