sddm-kcm: init at 5.10.5
This commit is contained in:
parent
3fe7cddc30
commit
37172d2b74
@ -137,6 +137,7 @@ let
|
||||
plasma-workspace-wallpapers = callPackage ./plasma-workspace-wallpapers.nix {};
|
||||
polkit-kde-agent = callPackage ./polkit-kde-agent.nix {};
|
||||
powerdevil = callPackage ./powerdevil.nix {};
|
||||
sddm-kcm = callPackage ./sddm-kcm.nix {};
|
||||
startkde = callPackage ./startkde {};
|
||||
systemsettings = callPackage ./systemsettings.nix {};
|
||||
};
|
||||
|
16
pkgs/desktops/plasma-5/sddm-kcm.nix
Normal file
16
pkgs/desktops/plasma-5/sddm-kcm.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
mkDerivation, extra-cmake-modules, shared_mime_info,
|
||||
libpthreadstubs, libXcursor, libXdmcp,
|
||||
qtquickcontrols2, qtx11extras,
|
||||
karchive, ki18n, kio, knewstuff
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "sddm-kcm";
|
||||
nativeBuildInputs = [ extra-cmake-modules shared_mime_info ];
|
||||
buildInputs = [
|
||||
libpthreadstubs libXcursor libXdmcp
|
||||
qtquickcontrols2 qtx11extras
|
||||
karchive ki18n kio knewstuff
|
||||
];
|
||||
}
|
@ -18217,7 +18217,7 @@ with pkgs;
|
||||
kinfocenter kmenuedit kscreen kscreenlocker ksshaskpass ksysguard
|
||||
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-desktop
|
||||
plasma-integration plasma-nm plasma-pa plasma-workspace
|
||||
plasma-workspace-wallpapers polkit-kde-agent powerdevil startkde
|
||||
plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm startkde
|
||||
systemsettings;
|
||||
|
||||
### SCIENCE
|
||||
|
Loading…
Reference in New Issue
Block a user