summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:53:13 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-05-23 22:44:59 +0200
commit022db8c7e6a64c9b484d6534119bb281ec8557ee (patch)
treebd131d3ceba140bacb5e789e5d4a7a4e3c6e170f
parent54f33f655180395961e59938c7452626e0583d05 (diff)
gnu: sshuttle: Move to pyproject-build-system.
* gnu/packages/vpn.scm (sshuttle): [build-system]: Use pyproject-build-system. [arguments]: Delete field. Change-Id: I4fd3cb99b281c22200b059586080e29851a8a74c Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r--gnu/packages/vpn.scm12
1 files changed, 1 insertions, 11 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 7823ef19eb..9da51cb561 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -966,17 +966,7 @@ private network between hosts on the internet.")
(sha256
(base32
"0vp13xwrhx4m6zgsyzvai84lkq9mzkaw47j58dk0ll95kaymk2x8"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-FHS-file-names
- (lambda _
- (substitute* "sshuttle/client.py"
- (("/usr/bin/env") (which "env")))
- (substitute* "sshuttle/ssh.py"
- (("/bin/sh") "sh"))
- #t)))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-setuptools-scm
;; For tests only.