mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sparqlkernel: Patch install script.
* gnu/packages/jupyter.scm (python-sparqlkernel)[arguments]: Remove reference to removed variable. Change-Id: I9b8e54013d1557934bfd9747972f2749da5d41cf
This commit is contained in:
parent
2b211ddc88
commit
c8e6d43a5f
1 changed files with 1 additions and 0 deletions
|
@ -974,6 +974,7 @@ Docker registry.")
|
|||
(add-after 'unpack 'no-custom-css
|
||||
(lambda _
|
||||
(substitute* "sparqlkernel/install.py"
|
||||
(("notebook.DEFAULT_STATIC_FILES_PATH") "\"/does-not-matter\"")
|
||||
(("install_custom_css\\( destd, PKGNAME \\)") ""))))
|
||||
(add-after 'add-install-to-pythonpath 'install-kernelspec
|
||||
(lambda _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue