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
/
plank-player.nix
blob
f67cd8728ee7e0fc218e808d4a9cf29909b0f37b
1
{ mkDerivation
2
, extra-cmake-modules
3
, qtquickcontrols2
4
, qtmultimedia
5
, kirigami2
6
, ki18n
7
}:
8
mkDerivation {
9
pname = "plank-player";
10
nativeBuildInputs = [ extra-cmake-modules ];
11
buildInputs = [
12
qtquickcontrols2
13
qtmultimedia
14
kirigami2
15
ki18n
16
];
17
}