lomiri.lomiri-system-settings-security-privacy: Fix compatibility with newer libqofono

This commit is contained in:
OPNA2608 2024-07-19 21:23:02 +02:00
parent 0629c43b4f
commit 6ea3ec6fd6

View File

@ -33,6 +33,10 @@ stdenv.mkDerivation (finalAttrs: {
substituteInPlace CMakeLists.txt \ substituteInPlace CMakeLists.txt \
--replace-fail "pkg_get_variable($pcvarname LomiriSystemSettings $pcvar)" "set($pcvarname $(pkg-config LomiriSystemSettings --define-variable=prefix=$out --define-variable=libdir=$out/lib --variable=$pcvar))" --replace-fail "pkg_get_variable($pcvarname LomiriSystemSettings $pcvar)" "set($pcvarname $(pkg-config LomiriSystemSettings --define-variable=prefix=$out --define-variable=libdir=$out/lib --variable=$pcvar))"
done done
# Compatibility with newer libqofono
substituteInPlace plugins/security-privacy/{Ofono,PageComponent,SimPin}.qml \
--replace-fail 'import MeeGo.QOfono' 'import QOfono'
''; '';
strictDeps = true; strictDeps = true;