Skip to content

Commit

Permalink
xdg-desktop-portal-kde: init at 5.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Feb 22, 2018
1 parent 8f80b63 commit 4f098b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/desktops/plasma-5/default.nix
Expand Up @@ -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 changes: 13 additions & 0 deletions pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
@@ -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
];
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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

Expand Down

0 comments on commit 4f098b0

Please sign in to comment.