audio-server: cleanup

This commit is contained in:
Sandro - 2023-12-17 17:11:45 +01:00
parent f238c852a2
commit da75efb717
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 7 deletions

View File

@ -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 {