diff options
-rw-r--r-- | gnu/packages/jupyter.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index db7a71637b0..f60f6cc500d 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -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 _ |