nixos: remove stale synergy patch override
This commit is contained in:
@@ -132,10 +132,6 @@ in
|
|||||||
meta = prev.runc.meta // {};
|
meta = prev.runc.meta // {};
|
||||||
};
|
};
|
||||||
|
|
||||||
synergy = prev.synergy.overrideAttrs (old: {
|
|
||||||
patches = (old.patches or []) ++ [ ./synergy-cstdint.patch ];
|
|
||||||
});
|
|
||||||
|
|
||||||
rofi-systemd = prev.rofi-systemd.overrideAttrs (_: {
|
rofi-systemd = prev.rofi-systemd.overrideAttrs (_: {
|
||||||
src = prev.fetchFromGitHub {
|
src = prev.fetchFromGitHub {
|
||||||
repo = "rofi-systemd";
|
repo = "rofi-systemd";
|
||||||
|
|||||||
Reference in New Issue
Block a user