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
Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
sddm-kcm.nix
blob
55f934587d0d88250efae5fcf8c63a4fcad4c910
1
{ mkDerivation
2
, extra-cmake-modules
3
, shared-mime-info
4
, libpthreadstubs
5
, libXcursor
6
, libXdmcp
7
, qtquickcontrols2
8
, qtx11extras
9
, karchive
10
, kcmutils
11
, kdeclarative
12
, ki18n
13
, kio
14
, knewstuff
15
}:
16
17
mkDerivation {
18
pname = "sddm-kcm";
19
nativeBuildInputs = [ extra-cmake-modules shared-mime-info ];
20
buildInputs = [
21
libpthreadstubs
22
libXcursor
23
libXdmcp
24
qtquickcontrols2
25
qtx11extras
26
karchive
27
kcmutils
28
kdeclarative
29
ki18n
30
kio
31
knewstuff
32
];
33
}