mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
build/cargo: Unconditionally use system gettext.
No special value is required for this environment variable. * guix/build/cargo-build-system.scm (configure): Set GETTEXT_SYSTEM unconditionally. Change-Id: Id40fecaf75fa76c7b7f1404db226fa1ca6a45a5e
This commit is contained in:
parent
99dbcf8c4e
commit
a51c34a22a
1 changed files with 1 additions and 2 deletions
|
|
@ -248,6 +248,7 @@ directory = '" vendor-dir "'") port)
|
|||
(setenv "TARGET_PKG_CONFIG" (string-append target "-pkg-config")))
|
||||
(setenv "CC" (string-append (assoc-ref inputs "gcc") "/bin/gcc")))
|
||||
|
||||
(setenv "GETTEXT_SYSTEM" "1")
|
||||
(setenv "LIBGIT2_SYS_USE_PKG_CONFIG" "1")
|
||||
(setenv "LIBSQLITE3_SYS_USE_PKG_CONFIG" "1")
|
||||
(setenv "LIBSSH2_SYS_USE_PKG_CONFIG" "1")
|
||||
|
|
@ -256,8 +257,6 @@ directory = '" vendor-dir "'") port)
|
|||
(setenv "ZSTD_SYS_USE_PKG_CONFIG" "1")
|
||||
(when (assoc-ref inputs "openssl")
|
||||
(setenv "OPENSSL_DIR" (assoc-ref inputs "openssl")))
|
||||
(when (assoc-ref inputs "gettext")
|
||||
(setenv "GETTEXT_SYSTEM" (assoc-ref inputs "gettext")))
|
||||
(when (assoc-ref inputs "clang")
|
||||
(setenv "LIBCLANG_PATH"
|
||||
(string-append (assoc-ref inputs "clang") "/lib")))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue