Unverified Commit bf9e1919 authored by Shogo Takata's avatar Shogo Takata
Browse files

pipewire: move patchShebangs from postUnpack to postPatch

The files can be specified relative to te source root in postPatch.
parent 950fb490
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -241,9 +241,9 @@ 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
  '';

  postInstall = ''