vnote: move to pkgs/by-name
This commit is contained in:
parent
475d0d4458
commit
6f3c3f0f25
@ -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 = {
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user