nixpkgs/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
642 B
Nix
Raw Normal View History

2018-02-22 08:01:15 +00:00
{
mkDerivation, lib,
extra-cmake-modules, gettext, kdoctools,
cups, libepoxy, mesa, pcre, pipewire, wayland, wayland-protocols,
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
kirigami2, kdeclarative, plasma-framework, plasma-wayland-protocols, kio,
qtbase
2018-02-22 08:01:15 +00:00
}:
mkDerivation {
2022-03-06 21:28:56 +00:00
pname = "xdg-desktop-portal-kde";
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools ];
2018-02-22 08:01:15 +00:00
buildInputs = [
cups libepoxy mesa pcre pipewire wayland wayland-protocols
kio kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
kirigami2 kdeclarative plasma-framework plasma-wayland-protocols
2018-02-22 08:01:15 +00:00
];
}