pokefinder: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
@@ -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";
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user