mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-bulkvis: Reference upstream issue.
* gnu/packages/bioinformatics.scm (python-bulkvis)[arguments]: Add comment with link to upstream issue for bokeh compatibility patch.
This commit is contained in:
parent
77d6d5783b
commit
4f2ec0f2d1
1 changed files with 1 additions and 0 deletions
|
@ -1367,6 +1367,7 @@ (define-public python-bulkvis
|
|||
(list #:tests? #f ;There are no tests
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
;; See https://github.com/LooseLab/bulkvis/issues/58
|
||||
(add-after 'unpack 'bokeh-compatibility
|
||||
(lambda _
|
||||
(substitute* "bulkvis/bulkvis.py"
|
||||
|
|
Loading…
Reference in a new issue