pipewire: move patchShebangs from postUnpack to postPatch

The files can be specified relative to te source root in postPatch.
This commit is contained in:
Shogo Takata
2025-09-15 22:36:45 +09:00
parent 950fb49006
commit bf9e191904
@@ -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 = ''