about summary refs log tree commit diff
path: root/pkgs/kde/gear/qmlkonsole/default.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-02-05 18:43:41 +0300
committerK900 <me@0upti.me>2024-02-28 18:49:23 +0300
commitce77225e21f9cf8726d197897ad9a6882a3daecc (patch)
tree64d68e597c2a1875962305608ec42e3b02016b8a /pkgs/kde/gear/qmlkonsole/default.nix
parentfc40d637fe78d717b7909e710ccb310458c2410f (diff)
pkgs/kde: init at 6.0.0 / 24.02.0, the Nix bits
This is the thing you want to look at.
Diffstat (limited to 'pkgs/kde/gear/qmlkonsole/default.nix')
-rw-r--r--pkgs/kde/gear/qmlkonsole/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/kde/gear/qmlkonsole/default.nix b/pkgs/kde/gear/qmlkonsole/default.nix
new file mode 100644
index 0000000000000..c48dbad18204b
--- /dev/null
+++ b/pkgs/kde/gear/qmlkonsole/default.nix
@@ -0,0 +1,9 @@
+{
+  mkKdeDerivation,
+  qtsvg,
+}:
+mkKdeDerivation {
+  pname = "qmlkonsole";
+
+  extraBuildInputs = [qtsvg];
+}