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
/
oxygen.nix
blob
a9e4eb18820b97ee616855d5cd81d7a59ca47b15
1
{ mkDerivation
2
, extra-cmake-modules
3
, frameworkintegration
4
, kcmutils
5
, kcompletion
6
, kconfig
7
, kdecoration
8
, kguiaddons
9
, ki18n
10
, kwidgetsaddons
11
, kservice
12
, kwayland
13
, kwindowsystem
14
, qtdeclarative
15
, qtx11extras
16
, libXdmcp
17
}:
18
19
mkDerivation {
20
pname = "oxygen";
21
nativeBuildInputs = [ extra-cmake-modules ];
22
propagatedBuildInputs = [
23
frameworkintegration
24
kcmutils
25
kcompletion
26
kconfig
27
kdecoration
28
kguiaddons
29
ki18n
30
kservice
31
kwayland
32
kwidgetsaddons
33
kwindowsystem
34
qtdeclarative
35
qtx11extras
36
libXdmcp
37
];
38
outputs = [ "bin" "dev" "out" ];
39
}