1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02: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:
Ricardo Wurmus
2023-06-05 17:20:52 +02:00
parent 77d6d5783b
commit 4f2ec0f2d1

View File

@@ -1367,6 +1367,7 @@ experiments.")
(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"