[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
105/420: gnu: python-sparqlkernel: Patch install script.
From: |
guix-commits |
Subject: |
105/420: gnu: python-sparqlkernel: Patch install script. |
Date: |
Tue, 26 Nov 2024 16:28:41 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit c2b22bac9cbdb01893c2053976affb5a089a1d05
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 _
- 406/420: gnu: python-watchgod: Fix build., (continued)
- 406/420: gnu: python-watchgod: Fix build., guix-commits, 2024/11/26
- 418/420: gnu: python-aioquic: Update to 1.2.0., guix-commits, 2024/11/26
- 27/420: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/26
- 34/420: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/26
- 35/420: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/26
- 52/420: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/11/26
- 68/420: gnu: Add python-isoduration., guix-commits, 2024/11/26
- 74/420: gnu: Add python-notebook-shim., guix-commits, 2024/11/26
- 67/420: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/26
- 69/420: gnu: Add python-uri-template., guix-commits, 2024/11/26
- 105/420: gnu: python-sparqlkernel: Patch install script.,
guix-commits <=
- 104/420: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/26
- 107/420: gnu: Add python-jsonschema-path., guix-commits, 2024/11/26
- 102/420: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/11/26
- 103/420: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/26
- 110/420: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/26
- 117/420: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/26
- 120/420: gnu: python-platformdirs: Update to 4.2.1., guix-commits, 2024/11/26
- 129/420: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/26
- 131/420: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/11/26
- 135/420: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/11/26