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
arduino-create-agent: init at 1.6.1 (#300694)
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
plasma-welcome.nix
blob
219db4ea756b29255a0aaab91f8eba05843ca113
1
{
2
mkDerivation,
3
extra-cmake-modules,
4
qtquickcontrols2,
5
accounts-qt,
6
kaccounts-integration,
7
kcoreaddons,
8
kconfigwidgets,
9
kdbusaddons,
10
kdeclarative,
11
ki18n,
12
kio,
13
kirigami2,
14
knewstuff,
15
knotifications,
16
kservice,
17
kuserfeedback,
18
kwindowsystem,
19
plasma-framework,
20
signond,
21
}:
22
23
mkDerivation {
24
pname = "plasma-welcome";
25
nativeBuildInputs = [ extra-cmake-modules ];
26
buildInputs = [
27
qtquickcontrols2
28
accounts-qt
29
kaccounts-integration
30
kcoreaddons
31
kconfigwidgets
32
kdbusaddons
33
kdeclarative
34
ki18n
35
kio
36
kirigami2
37
knewstuff
38
knotifications
39
kservice
40
kuserfeedback
41
kwindowsystem
42
plasma-framework
43
signond
44
];
45
}