gpxsee: fix compilation on darwin
This commit is contained in:
parent
0ddd19256a
commit
da18bd17b6
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue