gpxsee-qt5: drop
This commit is contained in:
@@ -6,17 +6,13 @@
|
||||
nix-update-script,
|
||||
qtbase,
|
||||
qttools,
|
||||
qtlocation ? null, # qt5 only
|
||||
qtpositioning ? null, # qt6 only
|
||||
qtpositioning,
|
||||
qtserialport,
|
||||
qtsvg,
|
||||
wrapQtAppsHook,
|
||||
wrapGAppsHook3,
|
||||
}:
|
||||
|
||||
let
|
||||
isQt6 = lib.versions.major qtbase.version == "6";
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gpxsee";
|
||||
version = "13.47";
|
||||
@@ -29,20 +25,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
qtbase
|
||||
qtpositioning
|
||||
qtserialport
|
||||
]
|
||||
++ (
|
||||
if isQt6 then
|
||||
[
|
||||
qtbase
|
||||
qtpositioning
|
||||
qtsvg
|
||||
]
|
||||
else
|
||||
[
|
||||
qtlocation
|
||||
]
|
||||
);
|
||||
qtsvg
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
qmake
|
||||
|
||||
@@ -1113,6 +1113,8 @@ mapAliases {
|
||||
googler = throw "'googler' has been removed, as it no longer works and is abandoned upstream"; # Added 2025-04-01
|
||||
gpicview = throw "'gpicview' has been removed due to lack of maintenance upstream and depending on gtk2. Consider using 'loupe', 'gthumb' or 'image-roll' instead"; # Added 2024-09-15
|
||||
gprbuild-boot = gnatPackages.gprbuild-boot; # Added 2024-02-25;
|
||||
gpxsee-qt5 = throw "gpxsee-qt5 was removed, use gpxsee instead"; # added 2025-09-09
|
||||
gpxsee-qt6 = gpxsee; # added 2025-09-09
|
||||
|
||||
gqview = throw "'gqview' has been removed due to lack of maintenance upstream and depending on gtk2. Consider using 'gthumb' instead";
|
||||
gr-framework = throw "gr-framework has been removed, as it was broken"; # Added 2025-08-25
|
||||
|
||||
@@ -11764,11 +11764,7 @@ with pkgs;
|
||||
withDoc = true;
|
||||
};
|
||||
|
||||
gpxsee-qt5 = libsForQt5.callPackage ../applications/misc/gpxsee { };
|
||||
|
||||
gpxsee-qt6 = qt6Packages.callPackage ../applications/misc/gpxsee { };
|
||||
|
||||
gpxsee = gpxsee-qt5;
|
||||
gpxsee = qt6Packages.callPackage ../applications/misc/gpxsee { };
|
||||
|
||||
guvcview = libsForQt5.callPackage ../os-specific/linux/guvcview { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user