xdg-desktop-portal-kde: init at 5.12.1
This commit is contained in:
@@ -135,6 +135,7 @@ let
|
|||||||
powerdevil = callPackage ./powerdevil.nix {};
|
powerdevil = callPackage ./powerdevil.nix {};
|
||||||
sddm-kcm = callPackage ./sddm-kcm.nix {};
|
sddm-kcm = callPackage ./sddm-kcm.nix {};
|
||||||
systemsettings = callPackage ./systemsettings.nix {};
|
systemsettings = callPackage ./systemsettings.nix {};
|
||||||
|
xdg-desktop-portal-kde = callPackage ./xdg-desktop-portal-kde.nix {};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
lib.makeScope libsForQt5.newScope packages
|
lib.makeScope libsForQt5.newScope packages
|
||||||
|
|||||||
@@ -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
|
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-desktop
|
||||||
plasma-integration plasma-nm plasma-pa plasma-vault plasma-workspace
|
plasma-integration plasma-nm plasma-pa plasma-vault plasma-workspace
|
||||||
plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm
|
plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm
|
||||||
systemsettings;
|
systemsettings xdg-desktop-portal-kde;
|
||||||
|
|
||||||
### SCIENCE
|
### SCIENCE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user