vnote: move to pkgs/by-name

This commit is contained in:
Weijia Wang 2024-07-04 14:49:50 +02:00
parent 475d0d4458
commit 6f3c3f0f25
2 changed files with 8 additions and 16 deletions

View File

@ -2,13 +2,7 @@
, stdenv
, fetchFromGitHub
, cmake
, qtbase
, qtwebengine
, qtsvg
, qttools
, qt5compat
, qtwayland
, wrapQtAppsHook
, qt6
}:
stdenv.mkDerivation (finalAttrs: {
@ -25,16 +19,16 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
wrapQtAppsHook
qt6.wrapQtAppsHook
];
buildInputs = [
qtbase
qtwebengine
qtsvg
qttools
qt5compat
qtwayland
qt6.qtbase
qt6.qtwebengine
qt6.qtsvg
qt6.qttools
qt6.qt5compat
qt6.qtwayland
];
meta = {

View File

@ -39861,8 +39861,6 @@ with pkgs;
buildGoModule = buildGo122Module;
};
vnote = qt6Packages.callPackage ../applications/office/vnote { };
sshportal = callPackage ../servers/sshportal { };
ssh-audit = callPackage ../tools/security/ssh-audit { };