about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/plank-player.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2022-09-15 19:23:51 +0300
committerK900 <me@0upti.me>2022-10-12 17:15:56 +0300
commit7e99c2ed5bf1bbb5752a6ebabeed65bd05e7cb71 (patch)
treef2000bc162260ad606aa388e1e16a8cc58fe0d4c /pkgs/desktops/plasma-5/plank-player.nix
parent9673ea736af82a37bd40243eb10c9557237ea5a6 (diff)
plasma5Packages: 5.25.5 -> 5.26.0
Diffstat (limited to 'pkgs/desktops/plasma-5/plank-player.nix')
-rw-r--r--pkgs/desktops/plasma-5/plank-player.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5/plank-player.nix b/pkgs/desktops/plasma-5/plank-player.nix
new file mode 100644
index 0000000000000..536db96ef3c3d
--- /dev/null
+++ b/pkgs/desktops/plasma-5/plank-player.nix
@@ -0,0 +1,18 @@
+{
+  mkDerivation,
+  extra-cmake-modules,
+  qtquickcontrols2,
+  qtmultimedia,
+  kirigami2,
+  ki18n,
+}:
+mkDerivation {
+  pname = "plank-player";
+  nativeBuildInputs = [ extra-cmake-modules ];
+  buildInputs = [
+    qtquickcontrols2
+    qtmultimedia
+    kirigami2
+    ki18n
+  ];
+}