update nixpkgs
bitcoind: 26.1 -> 27.0 lnd: 0.17.4-beta -> 0.17.5-beta
This commit is contained in:
parent
64e9998f72
commit
42bae23337
5 changed files with 11 additions and 149 deletions
|
|
@ -10,22 +10,6 @@ in
|
|||
}
|
||||
}:
|
||||
let self = {
|
||||
# TODO-EXTERNAL:
|
||||
# Remove bitcoin and bitcoind 26.x packages and replace with 27.0 from nixpkgs
|
||||
# when a version of lnd is released that is compatible with 27.0
|
||||
# (https://github.com/lightningnetwork/lnd/pull/8664).
|
||||
bitcoin = let inherit (pkgsUnstable) libsForQt5 stdenv darwin; in
|
||||
libsForQt5.callPackage ./bitcoin {
|
||||
stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
|
||||
withGui = true;
|
||||
inherit (darwin) autoSignDarwinBinariesHook;
|
||||
};
|
||||
|
||||
bitcoind = let inherit (pkgsUnstable) callPackage darwin; in
|
||||
callPackage ./bitcoin {
|
||||
withGui = false;
|
||||
inherit (darwin) autoSignDarwinBinariesHook;
|
||||
};
|
||||
clightning-rest = pkgs.callPackage ./clightning-rest { inherit (self) fetchNodeModules; };
|
||||
clboss = pkgs.callPackage ./clboss { };
|
||||
clightning-plugins = pkgs.recurseIntoAttrs (import ./clightning-plugins pkgs self.nbPython3Packages);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue