gpxsee: move to pkgs/by-name
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user