about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-12-07 01:20:16 +0100
committerGitHub <noreply@github.com>2023-12-07 01:20:16 +0100
commitc495228d800bb94b13f2f5ad0611523d7c4f5a67 (patch)
treed90e4c35e96bb1e95e9d482290a9201917a85071 /pkgs/applications/audio
parent747224bf39576965deed4ec55b255e146815bcc2 (diff)
parent4e0981ab23c001cfb320b83c3cf5fa9492676355 (diff)
Merge pull request #272540 from fabaff/python-osc-bump
python311Packages.python-osc: refactor
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/ledfx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/ledfx/default.nix b/pkgs/applications/audio/ledfx/default.nix
index 31e7d23f75df7..9efc5270fb222 100644
--- a/pkgs/applications/audio/ledfx/default.nix
+++ b/pkgs/applications/audio/ledfx/default.nix
@@ -16,7 +16,7 @@ python3.pkgs.buildPythonPackage rec {
   postPatch = ''
     substituteInPlace setup.py \
       --replace "'rpi-ws281x>=4.3.0; platform_system == \"Linux\"'," "" \
-      --replace '"sentry-sdk==1.14.0",' "sentry-sdk" \
+      --replace "sentry-sdk==1.14.0" "sentry-sdk" \
       --replace "~=" ">="
   '';