envelope: fix cross compilation

This commit is contained in:
2024-10-16 21:41:10 +00:00
parent 27740bb546
commit 33aa2727be

View File

@@ -273,6 +273,10 @@ in with final; {
# # <https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Runtime.html> # # <https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Runtime.html>
# }; # };
envelope = prev.envelope.override {
cargo = crossCargo; #< fixes openssl not being able to find its library
};
evolution-data-server = prev.evolution-data-server.overrideAttrs (upstream: { evolution-data-server = prev.evolution-data-server.overrideAttrs (upstream: {
# 2024/09/01: upstreaming is blocked by libgweather (out for PR) # 2024/09/01: upstreaming is blocked by libgweather (out for PR)
cmakeFlags = upstream.cmakeFlags ++ [ cmakeFlags = upstream.cmakeFlags ++ [