pipewire: move patchShebangs from postUnpack to postPatch
The files can be specified relative to te source root in postPatch.
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user