olive-editor: remove obsolete substituteInPlace

QStringRef is no longer incorrectly used in these places upstream
This commit is contained in:
matthewcroughan 2023-09-01 19:46:16 +01:00
parent ff95916d55
commit 0289185cc8

View File

@ -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