gpxsee-qt5: drop

This commit is contained in:
Robert Schütz
2025-09-09 18:40:15 -07:00
parent 7b37a436db
commit 005fc1912e
3 changed files with 8 additions and 23 deletions
+5 -18
View File
@@ -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
+2
View File
@@ -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
+1 -5
View File
@@ -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 { };