repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
xdg-desktop-portal-kde.nix
blob
e5822cb898032f8cbef6ee85e590a28aa5e34d38
1
{ mkDerivation
2
, extra-cmake-modules
3
, gettext
4
, kdoctools
5
, wayland-scanner
6
, cups
7
, libepoxy
8
, mesa
9
, pcre
10
, pipewire
11
, wayland
12
, wayland-protocols
13
, kcoreaddons
14
, knotifications
15
, kwayland
16
, kwidgetsaddons
17
, kwindowsystem
18
, kirigami2
19
, kdeclarative
20
, plasma-framework
21
, plasma-wayland-protocols
22
, plasma-workspace
23
, kio
24
, qtbase
25
}:
26
27
mkDerivation {
28
pname = "xdg-desktop-portal-kde";
29
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools wayland-scanner ];
30
buildInputs = [
31
cups
32
libepoxy
33
mesa
34
pcre
35
pipewire
36
wayland
37
wayland-protocols
38
39
kio
40
kcoreaddons
41
knotifications
42
kwayland
43
kwidgetsaddons
44
kwindowsystem
45
kirigami2
46
kdeclarative
47
plasma-framework
48
plasma-wayland-protocols
49
plasma-workspace
50
];
51
}