Unverified Commit 863612f3 authored by K900's avatar K900 Committed by GitHub
Browse files

pipewire: remove installed-test that always timeouts (#443124)

parents cc5c6ce5 d444b5a0
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -241,9 +241,12 @@ stdenv.mkDerivation (finalAttrs: {
  doCheck = true;
  doInstallCheck = true;

  postUnpack = ''
    patchShebangs ${finalAttrs.src.name}/doc/*.py
    patchShebangs ${finalAttrs.src.name}/doc/input-filter-h.sh
  postPatch = ''
    patchShebangs doc/*.py
    patchShebangs doc/input-filter-h.sh

    # Remove installed-test that runs forever
    sed -i -e "/test-pipewire-alsa-stress/d" pipewire-alsa/tests/meson.build
  '';

  postInstall = ''