mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
build-system/cargo: Use system zstd by default.
* guix/build/cargo-build-system.scm (configure): Add an environment variable to use pkg-config to find the zstd library. Change-Id: Id53296c4a18fffd8aa2f2b9e4d52d98ff3486293
This commit is contained in:
parent
acdac1c47e
commit
c885902f56
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ (define* (configure #:key inputs
|
|||
|
||||
(setenv "LIBGIT2_SYS_USE_PKG_CONFIG" "1")
|
||||
(setenv "LIBSSH2_SYS_USE_PKG_CONFIG" "1")
|
||||
(setenv "ZSTD_SYS_USE_PKG_CONFIG" "1")
|
||||
(when (assoc-ref inputs "openssl")
|
||||
(setenv "OPENSSL_DIR" (assoc-ref inputs "openssl")))
|
||||
(when (assoc-ref inputs "gettext")
|
||||
|
|
Loading…
Reference in a new issue