me
/
guix
Archived
1
0
Fork 0

gnu: oniguruma: Do not build the static library.

* gnu/packages/textutils.scm (oniguruma)[arguments]: New field.
master
Marius Bakke 2020-05-11 16:52:59 +02:00
parent 7eb823c6f2
commit 28b55a5191
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -490,6 +490,7 @@ as existing hashing techniques, with provably negligible risk of collisions.")
(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