This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0139b870a8 gnu: koboldcpp: Fix executable attribute.
0139b870a8 is described below

commit 0139b870a82f17df8aebd68a6c2c5166d495c835
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Jun 22 18:12:05 2026 +0200

    gnu: koboldcpp: Fix executable attribute.
    
    * gnu/packages/machine-learning.scm (koboldcpp)[arguments]: Fix
    ’'python-wrap #:phase.
---
 gnu/packages/machine-learning.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 3925d10386..08c68e01f8 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4863,6 +4863,8 @@ different backends")
                          (find-files "." "\\.so$")))))
             (add-after 'install 'python-wrap
               (lambda* (#:key inputs outputs #:allow-other-keys)
+                ;; Upstream removed the executable flag.
+                (chmod (search-input-file outputs "bin/koboldcpp.py") #o744)
                 (wrap-program (search-input-file outputs "bin/koboldcpp.py")
                   `("GUIX_PYTHONPATH" =
                     (,(getenv "GUIX_PYTHONPATH")

Reply via email to