about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-12-06 22:01:35 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-12-06 22:38:32 +0100
commit4e0981ab23c001cfb320b83c3cf5fa9492676355 (patch)
treec8468b643e1eff811c0fa73b2ac4ddf8b6763067 /pkgs/applications/audio
parentb18d4386468bfad10ef0301e2db751d0f500dc89 (diff)
ledfx: update replace
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 "~=" ">="
   '';