aegisub: change --replace to --replace-fail (#337255)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user