mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user