mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
4c776694ff
commit
ee6f8ea1ed
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue