forked from mirrors/nixpkgs
sddm-kcm: init at 5.10.5
This commit is contained in:
parent
3fe7cddc30
commit
37172d2b74
pkgs
|
@ -137,6 +137,7 @@ let
|
||||||
plasma-workspace-wallpapers = callPackage ./plasma-workspace-wallpapers.nix {};
|
plasma-workspace-wallpapers = callPackage ./plasma-workspace-wallpapers.nix {};
|
||||||
polkit-kde-agent = callPackage ./polkit-kde-agent.nix {};
|
polkit-kde-agent = callPackage ./polkit-kde-agent.nix {};
|
||||||
powerdevil = callPackage ./powerdevil.nix {};
|
powerdevil = callPackage ./powerdevil.nix {};
|
||||||
|
sddm-kcm = callPackage ./sddm-kcm.nix {};
|
||||||
startkde = callPackage ./startkde {};
|
startkde = callPackage ./startkde {};
|
||||||
systemsettings = callPackage ./systemsettings.nix {};
|
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
|
kinfocenter kmenuedit kscreen kscreenlocker ksshaskpass ksysguard
|
||||||
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-desktop
|
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-desktop
|
||||||
plasma-integration plasma-nm plasma-pa plasma-workspace
|
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;
|
systemsettings;
|
||||||
|
|
||||||
### SCIENCE
|
### SCIENCE
|
||||||
|
|
Loading…
Reference in a new issue