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
/
layer-shell-qt.nix
blob
d437c4cf0b75b8f88c18a0f1e292c92ce742b5b4
1
{ mkDerivation
2
, extra-cmake-modules
3
, kguiaddons
4
, kidletime
5
, kwayland
6
, kwindowsystem
7
, qtbase
8
, wayland-scanner
9
, wayland
10
, wayland-protocols
11
}:
12
13
mkDerivation {
14
pname = "layer-shell-qt";
15
nativeBuildInputs = [ extra-cmake-modules ];
16
buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-scanner wayland wayland-protocols ];
17
}