efraim pushed a commit to branch master
in repository guix.

commit 420d51fa02d5eeea441f8b9bc0395cf0bb68a2fb
Author: Efraim Flashner <[email protected]>
AuthorDate: Fri Sep 8 12:14:46 2023 +0300

    gnu: python-numcodecs: Remove another cythonized file.
    
    * gnu/packages/python-xyz.scm (python-numcodecs)[source]: Remove another
    cythonized file.
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a540c6367d..32fa9500e9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25144,7 +25144,8 @@ tool).")
        (snippet
         '(begin
            (delete-file-recursively "c-blosc")
-           (for-each delete-file '("numcodecs/blosc.c"
+           (for-each delete-file '("numcodecs/_shuffle.c"
+                                   "numcodecs/blosc.c"
                                    "numcodecs/compat_ext.c"
                                    "numcodecs/lz4.c"
                                    "numcodecs/vlen.c"

Reply via email to