1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: poke: Disable static library.

* gnu/packages/engineering.scm (poke)[arguments]: Adjust configure-flags
to skip the static library.
This commit is contained in:
Efraim Flashner
2023-01-26 10:55:52 +02:00
parent 4e9c737b30
commit 0d22ea8282

View File

@@ -2901,7 +2901,9 @@ program that can perform mesh processing tasks in batch mode, without a GUI.")
(arguments
;; To build the GUI, add the `--enable-gui' configure flag.
;; To enable the "hyperlink server", add the `--enable-hserver' flag.
`(#:configure-flags '("--enable-mi")))
`(#:configure-flags
'("--enable-mi"
"--disable-static")))
(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.