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
opentabletdriver: 0.6.5.0 -> 0.6.5.1 (#379384)
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
plasma-browser-integration.nix
blob
3694282ce348aaddd0f4471a7a0958ed21bf1629
1
{
2
mkDerivation,
3
extra-cmake-modules,
4
qtbase,
5
kfilemetadata,
6
kio,
7
ki18n,
8
kconfig,
9
kdbusaddons,
10
knotifications,
11
kpurpose,
12
krunner,
13
kwindowsystem,
14
kactivities,
15
plasma-workspace,
16
}:
17
18
mkDerivation {
19
pname = "plasma-browser-integration";
20
nativeBuildInputs = [
21
extra-cmake-modules
22
];
23
buildInputs = [
24
qtbase
25
kfilemetadata
26
kio
27
ki18n
28
kconfig
29
kdbusaddons
30
knotifications
31
kpurpose
32
krunner
33
kwindowsystem
34
kactivities
35
plasma-workspace
36
];
37
38
meta = {
39
description = "Components necessary to integrate browsers into the Plasma Desktop";
40
mainProgram = "plasma-browser-integration-host";
41
homepage = "https://community.kde.org/Plasma/Browser_Integration";
42
};
43
}