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.

51 lines
742 B
Nix
Raw Normal View History

{ mkDerivation
, 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
, plasma-workspace
, 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
plasma-workspace
2018-02-22 08:01:15 +00:00
];
}