Unverified Commit bc59787b authored by quantenzitrone's avatar quantenzitrone
Browse files

pokefinder: move to pkgs/by-name

this shouldn't create any rebuilds
parent fd9de9d5
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -4,14 +4,10 @@
  copyDesktopItems,
  makeDesktopItem,
  fetchFromGitHub,
  fetchpatch,
  cmake,
  python3,
  qtbase,
  qttools,
  qtwayland,
  qt6,
  imagemagick,
  wrapQtAppsHook,
  gitUpdater,
}:

@@ -53,7 +49,7 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [
    cmake
    wrapQtAppsHook
    qt6.wrapQtAppsHook
    python3
  ]
  ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
@@ -73,10 +69,10 @@ stdenv.mkDerivation rec {
  ];

  buildInputs = [
    qtbase
    qttools
    qt6.qtbase
    qt6.qttools
  ]
  ++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ];
  ++ lib.optionals stdenv.hostPlatform.isLinux [ qt6.qtwayland ];

  passthru.updateScript = gitUpdater {
    rev-prefix = "v";
+0 −2
Original line number Diff line number Diff line
@@ -10943,8 +10943,6 @@ with pkgs;

  plover = recurseIntoAttrs (libsForQt5.callPackage ../applications/misc/plover { });

  pokefinder = qt6Packages.callPackage ../tools/games/pokefinder { };

  pothos = libsForQt5.callPackage ../applications/radio/pothos { };

  # perhaps there are better apps for this task? It's how I had configured my previous system.