mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cwltool: Patch tox.ini.
* gnu/packages/bioinformatics.scm (cwltool)[arguments]: Rename 'modify-tests to 'patch-tests; add patch of tox.ini. Change-Id: I2c90a8803e7eb1153cb4c7cc5b683875627c57f1
This commit is contained in:
parent
1520867768
commit
ac6167bc56
1 changed files with 3 additions and 1 deletions
|
@ -6245,8 +6245,10 @@ documents.")
|
|||
(substitute* "setup.py"
|
||||
(("use_scm_version=True")
|
||||
(string-append "version=\"" #$version "\"")))))
|
||||
(add-after 'unpack 'modify-tests
|
||||
(add-after 'unpack 'patch-tests
|
||||
(lambda _
|
||||
(substitute* "tox.ini"
|
||||
(("-n auto") ""))
|
||||
(substitute* '("tests/subgraph/env-tool2.cwl"
|
||||
"tests/subgraph/env-tool2_req.cwl"
|
||||
"tests/subgraph/env-wf2_subwf-packed.cwl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue