aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/desktops/plasma-5/plasma-thunderbolt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/desktops/plasma-5/plasma-thunderbolt.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/desktops/plasma-5/plasma-thunderbolt.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/desktops/plasma-5/plasma-thunderbolt.nix b/infra/libkookie/nixpkgs/pkgs/desktops/plasma-5/plasma-thunderbolt.nix
new file mode 100644
index 000000000000..1bb79c327ebf
--- /dev/null
+++ b/infra/libkookie/nixpkgs/pkgs/desktops/plasma-5/plasma-thunderbolt.nix
@@ -0,0 +1,16 @@
+{ mkDerivation
+, extra-cmake-modules
+, kcmutils
+, kcoreaddons
+, bolt
+}:
+
+mkDerivation {
+ name = "plasma-thunderbolt";
+ nativeBuildInputs = [ extra-cmake-modules ];
+ buildInputs = [
+ kcmutils
+ kcoreaddons
+ bolt
+ ];
+}