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
1 changed files with 3 additions and 1 deletions
|
@ -2901,7 +2901,9 @@ (define-public poke
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue