clightning: fix build

This commit is contained in:
Erik Arvstedt 2022-08-21 10:22:34 +02:00
parent 44561235b2
commit 321e8ba06e
No known key found for this signature in database
GPG key ID: 33312B944DD97846
5 changed files with 48 additions and 2 deletions

View file

@ -25,6 +25,14 @@ let self = {
packageOverrides = import ./python-packages self;
}).pkgs;
# Fix clightning build by using python package mistune 0.8.4, which is a
# strict requirement. This version is affected by CVE-2022-34749, but this
# is irrelevant in this context.
#
# TODO-EXTERNAL:
# Remove this when the clightning build is fixed upstream.
clightning = pkgs.callPackage ./clightning-mistune-workaround { inherit (pkgs) clightning; };
# Internal pkgs
netns-exec = pkgs.callPackage ./netns-exec { };
krops = import ./krops { inherit pkgs; };