lomiri.mediascanner2: Cleanup after bump

This was implemented upstream, no need to patch it anymore.
This commit is contained in:
OPNA2608 2024-10-09 21:29:12 +02:00
parent c10108bfbd
commit c707f731bf

View File

@ -43,11 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
substituteInPlace src/qml/MediaScanner.*/CMakeLists.txt \
--replace "\''${CMAKE_INSTALL_LIBDIR}/qt5/qml" "\''${CMAKE_INSTALL_PREFIX}/${qtbase.qtQmlPrefix}"
# Lomiri desktop doesn't identify itself under Canonical's name anymore
substituteInPlace src/daemon/scannerdaemon.cc \
--replace 'Unity8' 'Lomiri'
--replace-fail "\''${CMAKE_INSTALL_LIBDIR}/qt5/qml" "\''${CMAKE_INSTALL_PREFIX}/${qtbase.qtQmlPrefix}"
'';
strictDeps = true;