Commit 0289185c authored by matthewcroughan's avatar matthewcroughan
Browse files

olive-editor: remove obsolete substituteInPlace

QStringRef is no longer incorrectly used in these places upstream
parent ff95916d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -37,10 +37,6 @@ stdenv.mkDerivation {
  # https://github.com/olive-editor/olive/issues/2200
  patchPhase = ''
    runHook prePatch
    substituteInPlace ./app/node/project/serializer/serializer.h \
      --replace 'QStringRef' 'QStringView'
    substituteInPlace ./app/node/project/serializer/serializer.cpp \
      --replace 'QStringRef' 'QStringView'
    substituteInPlace ./app/node/project/serializer/serializer230220.cpp \
      --replace 'QStringRef' 'QStringView'
    runHook postPatch