guix: pack.

This commit is contained in:
tecnovert
2022-11-20 22:22:10 +02:00
parent d15cf3dd6f
commit 47c1237f6d
3 changed files with 64 additions and 40 deletions

25
doc/guix.md Normal file
View File

@@ -0,0 +1,25 @@
## Guix
Start a development environment
guix shell --pure -L. -D basicswap
Run tests
export PYTHONPATH=$(pwd)
# Prepare coin binaries - required once
python ./bin/basicswap-prepare.py -preparebinonly --withcoins=monero,bitcoin,particl,litecoin
pytest -vs tests/basicswap/test_run.py::Test::test_02_part_ltc
Install package
guix package --install -L. basicswap
Create a guix pack
guix pack -RR -S /opt/gnu/bin=bin -L. basicswap