mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
gpxsee: remove qt5compat from buildInputs
This commit is contained in:
parent
d533a821bc
commit
f6d6fcd7dc
@ -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
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user