Merge pull request #30354 from peterhoeg/p/sddm-kcm
sddm-kcm: init at 5.10.5
This commit is contained in:
commit
82b8a22fa9
3 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
}
|
|
@ -18233,7 +18233,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 a new issue