Unverified Commit f6d6fcd7 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

gpxsee: remove qt5compat from buildInputs

parent d533a821
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
  ]);