gpxsee: fix compilation on darwin

This commit is contained in:
Pol Dellaiera 2023-09-03 09:01:47 +02:00
parent 0ddd19256a
commit da18bd17b6
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -7,7 +7,6 @@
, qttools
, qtlocation ? null # qt5 only
, qtpositioning ? null # qt6 only
, qtpbfimageplugin
, qtserialport
, qtsvg
, qt5compat ? null # qt6 only
@ -29,7 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
};
buildInputs = [
qtpbfimageplugin
qtserialport
] ++ (if isQt6 then [
qtbase