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
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -2901,7 +2901,9 @@ program that can perform mesh processing tasks in batch mode, without a GUI.")
(arguments (arguments
;; To build the GUI, add the `--enable-gui' configure flag. ;; To build the GUI, add the `--enable-gui' configure flag.
;; To enable the "hyperlink server", add the `--enable-hserver' 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") (home-page "https://www.gnu.org/software/poke/#documentation")
(synopsis "Editing of arbitrary binary data") (synopsis "Editing of arbitrary binary data")
(description "GNU poke is an interactive, extensible editor for binary data. (description "GNU poke is an interactive, extensible editor for binary data.