gnu: poke: Disable static library.
* gnu/packages/engineering.scm (poke)[arguments]: Adjust configure-flags to skip the static library.
This commit is contained in:
parent
4e9c737b30
commit
0d22ea8282
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user