mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
493e2e231f
commit
49f58dbb17
1 changed files with 1 additions and 9 deletions
|
|
@ -24078,15 +24078,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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue