mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build/cargo: Use sytsem oniguruma.
* guix/build/cargo-build-system.scm (configure): Set RUSTONIG_SYSTEM_LIBONIG. Change-Id: I02624d98ade15d65965f46555e5a210a7630dd5d
This commit is contained in:
parent
836b7a05ec
commit
99dbcf8c4e
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ directory = '" vendor-dir "'") port)
|
|||
(setenv "LIBGIT2_SYS_USE_PKG_CONFIG" "1")
|
||||
(setenv "LIBSQLITE3_SYS_USE_PKG_CONFIG" "1")
|
||||
(setenv "LIBSSH2_SYS_USE_PKG_CONFIG" "1")
|
||||
(setenv "RUSTONIG_SYSTEM_LIBONIG" "1")
|
||||
(setenv "SODIUM_USE_PKG_CONFIG" "1")
|
||||
(setenv "ZSTD_SYS_USE_PKG_CONFIG" "1")
|
||||
(when (assoc-ref inputs "openssl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue