mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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
ae0efdd3ec
commit
74e9204087
1 changed files with 3 additions and 1 deletions
|
@ -6218,8 +6218,10 @@ (define-public cwltool
|
|||
(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…
Reference in a new issue