nwg-panel: remove outdated cross-compilation fixes

This commit is contained in:
2024-10-02 14:32:02 +00:00
parent 1315f93471
commit c672c46034

View File

@@ -110,14 +110,6 @@ in
inherit playerctl;
# XXX(2024/06/13): hyprland does not cross compile
hyprland = null;
# XXX(2024/06/13): wlr-randr does not cross compile
wlr-randr = null; #< only used if not on sway/hyprland; or if using dwl
python3Packages = pkgs.python3Packages // {
dasbus = pkgs.python3Packages.dasbus.overridePythonAttrs (_: {
# XXX(2024/07/07): python3.12 update broke tests
doCheck = false;
});
};
}).overrideAttrs (base: {
# patches = (base.patches or []) ++ lib.optionals (!cfg.config.mediaPrevNext) [
# ./playerctl-no-prev-next.diff