7 pname = "extra-cmake-modules";
12 # Cherry-pick fix for not finding libmount include path correctly
13 # Upstream PR: https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/486
14 # FIXME: remove in next update
16 url = "https://invent.kde.org/frameworks/extra-cmake-modules/-/commit/1cc17521fefd7adb0631d24a03497bcf63b9512d.patch";
17 hash = "sha256-4NbhsVf14YuFHumbnXRgMcS3i/LZUDdrCWHrjHSjuo0=";
21 # Packages that have an Android APK (e.g. KWeather) require Python3 at build time.
22 # See: https://invent.kde.org/frameworks/extra-cmake-modules/-/blob/v6.1.0/modules/ECMAddAndroidApk.cmake?ref_type=tags#L57
23 propagatedNativeBuildInputs = [
27 setupHook = ./ecm-hook.sh;