Convert from setup.py to pyproject.toml

This commit is contained in:
tecnovert
2024-10-09 22:15:56 +02:00
parent e2fe0697ee
commit 996c67beea
31 changed files with 69 additions and 108 deletions

View File

@@ -143,7 +143,7 @@
#:phases (modify-phases %standard-phases
(add-after 'unpack 'patch-env
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "bin/basicswap_prepare.py"
(substitute* "basicswap/bin/prepare.py"
(("GUIX_SSL_CERT_DIR = None")
(string-append "GUIX_SSL_CERT_DIR = \"" (search-input-directory inputs "etc/ssl/certs") "\""))))))))
(propagated-inputs