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 09:01:15 +01: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 09:01:15 +01:00
}:
mkDerivation {
2022-03-06 22:28:56 +01:00
pname = "xdg-desktop-portal-kde";
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools ];
2018-02-22 09:01:15 +01: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 09:01:15 +01:00
];
}