Unverified Commit 3f9b779b authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

webrtc-audio-processing_0_3: do not break patches

parent bbc5eb3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  '';