gnu: poke: Add a search path for POKE_LOAD_PATH.

* gnu/packages/engineering.scm (poke) [native-search-paths]: New field.

Change-Id: I0ae8833b0e01363e9c87b83c3ed0ff8bcd4296fe
This commit is contained in:
Maxim Cournoyer 2025-10-21 11:03:03 +09:00
parent 4c776694ff
commit ee6f8ea1ed
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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.