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 #274841 from r-ryantm/auto-update/miniaudio
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
kactivitymanagerd.nix
blob
195e575756081e9825165813d5f2ecebc26c14db
1
{ mkDerivation
2
, extra-cmake-modules
3
, boost
4
, kconfig
5
, kcoreaddons
6
, kdbusaddons
7
, ki18n
8
, kio
9
, kglobalaccel
10
, kwindowsystem
11
, kxmlgui
12
, kcrash
13
, qtbase
14
}:
15
16
mkDerivation {
17
pname = "kactivitymanagerd";
18
nativeBuildInputs = [ extra-cmake-modules ];
19
buildInputs = [
20
boost
21
kconfig
22
kcoreaddons
23
kdbusaddons
24
kglobalaccel
25
ki18n
26
kio
27
kwindowsystem
28
kxmlgui
29
kcrash
30
];
31
}