mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
plasma-welcome: init at 5.27 beta 1 (5.26.90)
This commit is contained in:
@@ -163,6 +163,7 @@ let
|
||||
plasma-systemmonitor = callPackage ./plasma-systemmonitor.nix { };
|
||||
plasma-thunderbolt = callPackage ./plasma-thunderbolt.nix { };
|
||||
plasma-vault = callPackage ./plasma-vault { };
|
||||
plasma-welcome = callPackage ./plasma-welcome.nix { };
|
||||
plasma-workspace = callPackage ./plasma-workspace { };
|
||||
plasma-workspace-wallpapers = callPackage ./plasma-workspace-wallpapers.nix { };
|
||||
polkit-kde-agent = callPackage ./polkit-kde-agent.nix { };
|
||||
|
||||
42
pkgs/desktops/plasma-5/plasma-welcome.nix
Normal file
42
pkgs/desktops/plasma-5/plasma-welcome.nix
Normal file
@@ -0,0 +1,42 @@
|
||||
{ mkDerivation
|
||||
, extra-cmake-modules
|
||||
, qtquickcontrols2
|
||||
, accounts-qt
|
||||
, kaccounts-integration
|
||||
, kcoreaddons
|
||||
, kconfigwidgets
|
||||
, kdbusaddons
|
||||
, kdeclarative
|
||||
, ki18n
|
||||
, kio
|
||||
, kirigami2
|
||||
, knotifications
|
||||
, kservice
|
||||
, kuserfeedback
|
||||
, kwindowsystem
|
||||
, plasma-framework
|
||||
, signond
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "plasma-welcome";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
qtquickcontrols2
|
||||
accounts-qt
|
||||
kaccounts-integration
|
||||
kcoreaddons
|
||||
kconfigwidgets
|
||||
kdbusaddons
|
||||
kdeclarative
|
||||
ki18n
|
||||
kio
|
||||
kirigami2
|
||||
knotifications
|
||||
kservice
|
||||
kuserfeedback
|
||||
kwindowsystem
|
||||
plasma-framework
|
||||
signond
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user