pure-maps: drop kirigami2 dependency

This commit is contained in:
K900
2026-05-08 09:34:20 +03:00
parent 3a96d19f78
commit c6da58f2b3
+1 -3
View File
@@ -5,7 +5,6 @@
cmake,
qttools,
wrapQtAppsHook,
kirigami2,
qtquickcontrols2,
qtlocation,
qtsensors,
@@ -37,7 +36,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
kirigami2
qtquickcontrols2
qtlocation
qtsensors
@@ -47,7 +45,7 @@ stdenv.mkDerivation rec {
s2geometry
];
cmakeFlags = [ "-DFLAVOR=kirigami" ];
cmakeFlags = [ "-DFLAVOR=qtcontrols" ];
pythonPath = with python3.pkgs; [ gpxpy ];