[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
105/361: gnu: python-sparqlkernel: Patch install script.
From: |
guix-commits |
Subject: |
105/361: gnu: python-sparqlkernel: Patch install script. |
Date: |
Fri, 22 Nov 2024 06:00:21 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 93c703a3f1fcb094e1b7ca829678a9abb040d7a3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 00:26:19 2024 +0200
gnu: python-sparqlkernel: Patch install script.
* gnu/packages/jupyter.scm (python-sparqlkernel)[arguments]: Remove
reference
to removed variable.
Change-Id: I9b8e54013d1557934bfd9747972f2749da5d41cf
---
gnu/packages/jupyter.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index db7a71637b..f60f6cc500 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 _
- 78/361: gnu: python-send2trash: Update to 1.8.2., (continued)
- 78/361: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/22
- 96/361: gnu: Add python-jupyter-events., guix-commits, 2024/11/22
- 88/361: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/22
- 93/361: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/22
- 97/361: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/22
- 102/361: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/11/22
- 100/361: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 101/361: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/11/22
- 106/361: gnu: Add python-pathable., guix-commits, 2024/11/22
- 103/361: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/22
- 105/361: gnu: python-sparqlkernel: Patch install script.,
guix-commits <=
- 110/361: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/22
- 107/361: gnu: Add python-jsonschema-path., guix-commits, 2024/11/22
- 114/361: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/11/22
- 113/361: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/22
- 108/361: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/22
- 117/361: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/22
- 116/361: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/22
- 118/361: gnu: Add python-pytoolconfig., guix-commits, 2024/11/22
- 124/361: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/22
- 126/361: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/22