mpvScripts.buildLua: Prevent patch
from emitting .orig
files
This commit is contained in:
parent
8e5f764d6e
commit
bfdc940cbb
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ lib.makeOverridable (args: stdenvNoCC.mkDerivation (extendedBy
|
|||
dontBuild = true;
|
||||
preferLocalBuild = true;
|
||||
|
||||
# Prevent `patch` from emitting `.orig` files (that end up in the output)
|
||||
patchFlags = [ "--no-backup-if-mismatch" "-p1" ];
|
||||
|
||||
outputHashMode = "recursive";
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
|
Loading…
Reference in a new issue