Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 622 B view raw
1--- a/CMakeLists.txt 2+++ b/CMakeLists.txt 3@@ -80,8 +80,8 @@ ecm_find_qmlmodule(QtPositioning 6.0) 4 ecm_find_qmlmodule(org.kde.kitemmodels ${KF_MIN_VERSION}) 5 ecm_find_qmlmodule(org.kde.prison ${KF_MIN_VERSION}) 6 ecm_find_qmlmodule(org.kde.prison.scanner ${KF_MIN_VERSION}) 7-ecm_find_qmlmodule(org.kde.kosmindoormap ${GEAR_MIN_VERSION} REQUIRED) 8-ecm_find_qmlmodule(org.kde.kopeninghours ${GEAR_MIN_VERSION} REQUIRED) 9+ecm_find_qmlmodule(org.kde.kosmindoormap ${GEAR_MIN_VERSION}) 10+ecm_find_qmlmodule(org.kde.kopeninghours ${GEAR_MIN_VERSION}) 11 12 # runtime dependencies are build-time dependencies on Android 13 if (ANDROID)