13 pname = "mapbox-gl-qml";
16 src = fetchFromGitHub {
18 repo = "mapbox-gl-qml";
20 hash = "sha256-zZcD85nOZZ067FRvSuzE8lr2gyuVxpcZGp44D4ayc3Q=";
23 nativeBuildInputs = [ cmake pkg-config ];
24 buildInputs = [ curl qtlocation maplibre-gl-native ];
27 substituteInPlace src/CMakeLists.txt \
28 --replace ' ''${QT_INSTALL_QML}' " $out/${qtbase.qtQmlPrefix}"
32 description = "Unofficial Mapbox GL Native bindings for Qt QML";
33 homepage = "https://github.com/rinigus/mapbox-gl-qml";
34 license = licenses.lgpl3Only;
35 maintainers = with maintainers; [ Thra11 dotlambda ];
36 platforms = platforms.linux;