gpxsee: move to pkgs/by-name

This commit is contained in:
Robert Schütz
2025-09-09 18:50:18 -07:00
parent 005fc1912e
commit a09a78fa11
2 changed files with 8 additions and 16 deletions
@@ -2,14 +2,8 @@
lib,
stdenv,
fetchFromGitHub,
qmake,
nix-update-script,
qtbase,
qttools,
qtpositioning,
qtserialport,
qtsvg,
wrapQtAppsHook,
qt6,
wrapGAppsHook3,
}:
@@ -25,16 +19,16 @@ stdenv.mkDerivation (finalAttrs: {
};
buildInputs = [
qtbase
qtpositioning
qtserialport
qtsvg
qt6.qtbase
qt6.qtpositioning
qt6.qtserialport
qt6.qtsvg
];
nativeBuildInputs = [
qmake
qttools
wrapQtAppsHook
qt6.qmake
qt6.qttools
qt6.wrapQtAppsHook
wrapGAppsHook3
];
-2
View File
@@ -11764,8 +11764,6 @@ with pkgs;
withDoc = true;
};
gpxsee = qt6Packages.callPackage ../applications/misc/gpxsee { };
guvcview = libsForQt5.callPackage ../os-specific/linux/guvcview { };
hachoir = with python3Packages; toPythonApplication hachoir;