feat: add libwally for liquid support (#2117)
* feat: add libwally for liquid support this is needed for liquid support in the new boltz extension, sadly i could not get it to work with embit library, liquid support is not quite ready there and now documentation or tests available * fix: prefer wheels for wallycore on nix * feat: make wallycore dep optional, introduce "liquid" poetry extra for Liquid support install deps via `poetry install -E liquid` --------- Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
parent
9c85e1156c
commit
b66396857b
3 changed files with 48 additions and 1 deletions
|
|
@ -38,6 +38,7 @@
|
|||
meta.rev = self.dirtyRev or self.rev;
|
||||
overrides = pkgs.poetry2nix.overrides.withDefaults (final: prev: {
|
||||
ruff = prev.ruff.override { preferWheel = true; };
|
||||
wallycore = prev.wallycore.override { preferWheel = true; };
|
||||
fastapi = prev.fastapi.overridePythonAttrs (old: {
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue