cl-rest: 0.7.2 -> 0.8.0

- Use `fetch-node-modules`
- Only use nodejs-slim as a runtime dependency
This commit is contained in:
Erik Arvstedt 2022-08-21 14:41:38 +02:00
parent 617ed4c8e8
commit 53dd2a1ae2
No known key found for this signature in database
GPG key ID: 33312B944DD97846
6 changed files with 75 additions and 1543 deletions

View file

@ -10,7 +10,7 @@ in
}
}:
let self = {
clightning-rest = pkgs.callPackage ./clightning-rest { };
clightning-rest = pkgs.callPackage ./clightning-rest { inherit (self) fetchNodeModules; };
clboss = pkgs.callPackage ./clboss { };
clightning-plugins = pkgs.recurseIntoAttrs (import ./clightning-plugins pkgs self.nbPython3Packages);
joinmarket = pkgs.callPackage ./joinmarket { nbPythonPackageOverrides = import ./python-packages self; };