kemai: move to by-name

This commit is contained in:
Aliaksandr
2026-02-10 02:05:26 +02:00
parent d27ffb5706
commit 0a87aeddc9
2 changed files with 7 additions and 16 deletions
@@ -6,19 +6,12 @@
# buildInputs
libxscrnsaver,
magic-enum,
# nativeBuildInputs
qtbase,
qtconnectivity,
qtlanguageserver,
qttools,
qt6,
range-v3,
spdlog,
qtwayland,
# nativeBuildInputs
cmake,
wrapQtAppsHook,
# passthru
nix-update-script,
@@ -47,14 +40,14 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
libxscrnsaver
magic-enum
qtbase
qtconnectivity
qtlanguageserver
qttools
qt6.qtbase
qt6.qtconnectivity
qt6.qtlanguageserver
qt6.qttools
range-v3
spdlog
]
++ lib.optional stdenv.hostPlatform.isLinux qtwayland;
++ lib.optional stdenv.hostPlatform.isLinux qt6.qtwayland;
cmakeFlags = [
(lib.cmakeBool "KEMAI_ENABLE_UPDATE_CHECK" false)
@@ -63,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
wrapQtAppsHook
qt6.wrapQtAppsHook
];
passthru = {
-2
View File
@@ -9975,8 +9975,6 @@ with pkgs;
gtk-pipe-viewer = perlPackages.callPackage ../applications/video/pipe-viewer { withGtk3 = true; };
kemai = qt6Packages.callPackage ../applications/misc/kemai { };
jetbrains = (
recurseIntoAttrs (
callPackages ../applications/editors/jetbrains {