Loading pkgs/development/libraries/pipewire/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading
pkgs/development/libraries/pipewire/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -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 = '' Loading