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:
Ricardo Wurmus 2024-05-08 00:26:19 +02:00 committed by Sharlatan Hellseher
parent 2b211ddc88
commit c8e6d43a5f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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 _