mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: oniguruma: Do not build the static library.
* gnu/packages/textutils.scm (oniguruma)[arguments]: New field.
This commit is contained in:
parent
7eb823c6f2
commit
28b55a5191
1 changed files with 1 additions and 0 deletions
|
@ -490,6 +490,7 @@ (define-public oniguruma
|
|||
(base32
|
||||
"17m92k1n6bvza6m35fpd5g36zwpwm3hfz3478iwj5bvj2sfq8g6k"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:configure-flags '("--disable-static")))
|
||||
(home-page "https://github.com/kkos/oniguruma")
|
||||
(synopsis "Regular expression library")
|
||||
(description "Oniguruma is a regular expressions library. The special
|
||||
|
|
Loading…
Reference in a new issue