webrtc-audio-processing_0_3: do not break patches

This commit is contained in:
Sandro Jäckel
2025-10-22 02:39:37 +02:00
parent bbc5eb3e86
commit 3f9b779ba6
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
pkg-config
];
patchPhase = lib.optionalString stdenv.hostPlatform.isMusl ''
postPatch = lib.optionalString stdenv.hostPlatform.isMusl ''
substituteInPlace webrtc/base/checks.cc --replace 'defined(__UCLIBC__)' 1
'';