ledfx: update replace

This commit is contained in:
Fabian Affolter
2023-12-06 22:38:32 +01:00
parent b18d438646
commit 4e0981ab23
+1 -1
View File
@@ -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 "~=" ">="
'';