From da75efb717ef624f9726dda0f735f11e0bc22427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 17 Dec 2023 17:11:45 +0100 Subject: [PATCH] audio-server: cleanup --- modules/audio-server.nix | 7 ------- 1 file changed, 7 deletions(-) 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 {