aegisub: change --replace to --replace-fail

This commit is contained in:
Roland Coeurjoly 2024-08-27 16:33:29 +02:00
parent 73229d9065
commit e34f6f4457

View File

@ -134,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
# error: unknown type name 'NSUInteger'
postPatch = ''
substituteInPlace src/dialog_colorpicker.cpp \
--replace "NSUInteger" "size_t"
--replace-fail "NSUInteger" "size_t"
'';
env = {