cross: get waybar to compile
This commit is contained in:
@@ -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 = (
|
wvkbd = (
|
||||||
# "wayland-scanner: no such program"
|
# "wayland-scanner: no such program"
|
||||||
mvToNativeInputs [ final.wayland-scanner ] prev.wvkbd
|
mvToNativeInputs [ final.wayland-scanner ] prev.wvkbd
|
||||||
|
Reference in New Issue
Block a user