nwg-panel: remove outdated cross-compilation fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user