Commit e34f6f44 authored by Roland Coeurjoly's avatar Roland Coeurjoly
Browse files

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

parent 73229d90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {