cross: get waybar to compile

This commit is contained in:
Colin 2023-07-12 10:27:08 +00:00
parent f0d396543f
commit 58be04b632

View File

@ -1408,6 +1408,14 @@ in {
};
};
waybar = (prev.waybar.override {
inherit (emulated) wrapGAppsHook;
runTests = false;
cavaSupport = false; # doesn't cross compile
}).overrideAttrs (upstream: {
depsBuildBuild = upstream.depsBuildBuild or [] ++ [ final.pkg-config ];
});
wvkbd = (
# "wayland-scanner: no such program"
mvToNativeInputs [ final.wayland-scanner ] prev.wvkbd