diff --git a/modules/audio-server.nix b/modules/audio-server.nix index 36fd436f..7c57415d 100644 --- a/modules/audio-server.nix +++ b/modules/audio-server.nix @@ -114,13 +114,6 @@ in nixpkgs.overlays = [ (final: prev: { - ledfx = prev.ledfx.overrideAttrs ({ postPatch ? "", ... }: { - postPatch = postPatch + '' - substituteInPlace setup.py \ - --replace '"pystray>=0.17",' "" - ''; - }); - python3 = prev.python3.override { packageOverrides = python-final: python-prev: (lib.optionalAttrs config.environment.noXlibs {