1
0

build: update pinned deps: add nostr related stuff

follow-up https://github.com/spesmilo/electrum/pull/9260
7fdf1e0669
This commit is contained in:
SomberNight
2025-01-09 14:57:33 +00:00
parent 264a5fe421
commit 01c913ddc8
2 changed files with 8 additions and 0 deletions

View File

@@ -34,6 +34,10 @@ export FROZENLIST_NO_EXTENSIONS=1
export ELECTRUM_ECC_DONT_COMPILE=1
# see https://github.com/python-websockets/websockets/blob/e6d0ea1d6b13a979924329d02fb82f79d82c7236/setup.py#L22
export BUILD_EXTENSION="no"
# if we end up having to compile something, at least give reproducibility a fighting chance
export LC_ALL=C
export TZ=UTC