guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ee6f8ea1ed9dcdd16cf78010447ccb3d2c3cd4d0
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Oct 21 11:03:03 2025 +0900

    gnu: poke: Add a search path for POKE_LOAD_PATH.
    
    * gnu/packages/engineering.scm (poke) [native-search-paths]: New field.
    
    Change-Id: I0ae8833b0e01363e9c87b83c3ed0ff8bcd4296fe
---
 gnu/packages/engineering.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 889de1cb43..8c9cf20986 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3838,6 +3838,10 @@ program that can perform mesh processing tasks in batch 
mode, without a GUI.")
                              "/share/vim/vimfiles/pack/guix/start/poke")
               (string-append "--with-lispdir="
                              (emacs:elpa-directory #$output)))))
+    (native-search-paths
+     (list (search-path-specification
+             (variable "POKE_LOAD_PATH")
+             (files '("share/poke/pickles")))))
     (home-page "https://www.gnu.org/software/poke/#documentation";)
     (synopsis "Editing of arbitrary binary data")
     (description "GNU poke is an interactive, extensible editor for binary 
data.

Reply via email to