guix-commits
[Top][All Lists]
Advanced

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]