diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-17 21:37:29 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:26 +0100 |
| commit | f4bd00996147321a3a843bd5287d07c80a41b0bc (patch) | |
| tree | 725134b2c4f904ae51c3d557239098ef5bc16d4c /gnu | |
| parent | 1d226e66f64479d581d3926a469823ef231482f2 (diff) | |
gnu: python-invoke: Drop phase 'fix-entry-points.
* gnu/packages/python-xyz.scm (python-invoke)[arguments]<#:phases>:
Drop phase 'fix-entry-points.
Change-Id: Ibfeff99cba7fa4badb0dee42dda306c69e998ee6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cd93af1f70b..324727cebb9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24117,15 +24117,7 @@ manipulation and interaction with formal grammars.") (let ((bash #$(this-package-input "bash-minimal"))) (substitute* "invoke/config.py" (("shell = \"/bin/bash\"") - (string-append "shell = \"" bash "/bin/bash\"")))))) - (add-after 'wrap 'fix-entry-points - ;; TODO: Remove after https://codeberg.org/guix/guix/issues/4509 - ;; is fixed. - (lambda _ - (substitute* (list (string-append #$output "/bin/.invoke-real") - (string-append #$output "/bin/.inv-real")) - (("from invoke.main import program.run") - "from invoke.main import program"))))))) + (string-append "shell = \"" bash "/bin/bash\""))))))))) (native-inputs (list python-setuptools python-wheel)) |
