~ruther/guix-local

ee6f8ea1ed9dcdd16cf78010447ccb3d2c3cd4d0 — Maxim Cournoyer 5 months ago 4c77669
gnu: poke: Add a search path for POKE_LOAD_PATH.

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

Change-Id: I0ae8833b0e01363e9c87b83c3ed0ff8bcd4296fe
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/engineering.scm
M gnu/packages/engineering.scm => gnu/packages/engineering.scm +4 -0
@@ 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.