envelope: fix cross compilation
This commit is contained in:
@@ -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 ++ [
|
||||||
|
Reference in New Issue
Block a user