gpxsee: remove qt5compat from buildInputs

This commit is contained in:
Nikolay Korotkiy 2024-09-23 18:14:45 +04:00
parent d533a821bc
commit f6d6fcd7dc
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -9,7 +9,6 @@
, qtpositioning ? null # qt6 only
, qtserialport
, qtsvg
, qt5compat ? null # qt6 only
, wrapQtAppsHook
}:
@ -33,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
qtbase
qtpositioning
qtsvg
qt5compat
] else [
qtlocation
]);