Commit a09a78fa authored by Robert Schütz's avatar Robert Schütz
Browse files

gpxsee: move to pkgs/by-name

parent 005fc191
Loading
Loading
Loading
Loading
+8 −14
Original line number Diff line number Diff line
@@ -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
  ];

+0 −2
Original line number Diff line number Diff line
@@ -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;