forked from mirrors/nixpkgs
xdg-desktop-portal-kde: init at 5.12.1
This commit is contained in:
parent
8f80b63696
commit
4f098b070e
|
@ -135,6 +135,7 @@ let
|
|||
powerdevil = callPackage ./powerdevil.nix {};
|
||||
sddm-kcm = callPackage ./sddm-kcm.nix {};
|
||||
systemsettings = callPackage ./systemsettings.nix {};
|
||||
xdg-desktop-portal-kde = callPackage ./xdg-desktop-portal-kde.nix {};
|
||||
};
|
||||
in
|
||||
lib.makeScope libsForQt5.newScope packages
|
||||
|
|
13
pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
Normal file
13
pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
mkDerivation,
|
||||
extra-cmake-modules, gettext, kdoctools, python,
|
||||
kcoreaddons, knotifications
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "xdg-desktop-portal-kde";
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||
buildInputs = [
|
||||
kcoreaddons knotifications
|
||||
];
|
||||
}
|
|
@ -19276,7 +19276,7 @@ with pkgs;
|
|||
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-desktop
|
||||
plasma-integration plasma-nm plasma-pa plasma-vault plasma-workspace
|
||||
plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm
|
||||
systemsettings;
|
||||
systemsettings xdg-desktop-portal-kde;
|
||||
|
||||
### SCIENCE
|
||||
|
||||
|
|
Loading…
Reference in a new issue