clightning: fix build

This commit is contained in:
Erik Arvstedt
2022-08-21 10:23:33 +02:00
parent 44561235b2
commit 321e8ba06e
5 changed files with 48 additions and 2 deletions
@@ -0,0 +1,12 @@
{ clightning, python3 }:
clightning.override {
python3 = python3.override {
packageOverrides = self: super: {
mistune = self.callPackage ./mistune.nix {
version = "0.8.4";
sha256 = "59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e";
};
};
};
}