pokefinder: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 23:01:17 +01:00
parent fd9de9d55f
commit bc59787bc1
3 changed files with 5 additions and 11 deletions
@@ -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";
-2
View File
@@ -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.