me
/
guix
Archived
1
0
Fork 0

gnu: python-bulkvis: Reference upstream issue.

* gnu/packages/bioinformatics.scm (python-bulkvis)[arguments]: Add comment
with link to upstream issue for bokeh compatibility patch.
master
Ricardo Wurmus 2023-06-05 17:20:52 +02:00
parent 77d6d5783b
commit 4f2ec0f2d1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

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"