summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.19/kbookmarks.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-03-01 10:36:00 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-03-01 10:36:00 -0600
commit98d8e1a160d3138e9ef3a51f727b04315ab9e285 (patch)
tree980cbcef877946fb27915d6ddb956cde544cf232 /pkgs/desktops/kde-5/frameworks-5.19/kbookmarks.nix
parentbf4cafd1ddbd7c396a9df6a5d0fb02f2b7d21896 (diff)
downloadnixlib-98d8e1a160d3138e9ef3a51f727b04315ab9e285.tar
nixlib-98d8e1a160d3138e9ef3a51f727b04315ab9e285.tar.gz
nixlib-98d8e1a160d3138e9ef3a51f727b04315ab9e285.tar.bz2
nixlib-98d8e1a160d3138e9ef3a51f727b04315ab9e285.tar.lz
nixlib-98d8e1a160d3138e9ef3a51f727b04315ab9e285.tar.xz
nixlib-98d8e1a160d3138e9ef3a51f727b04315ab9e285.tar.zst
nixlib-98d8e1a160d3138e9ef3a51f727b04315ab9e285.zip
kde5: consolidate packages into desktops/kde-5
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.19/kbookmarks.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.19/kbookmarks.nix25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.19/kbookmarks.nix b/pkgs/desktops/kde-5/frameworks-5.19/kbookmarks.nix
new file mode 100644
index 000000000000..1a469ab4db6d
--- /dev/null
+++ b/pkgs/desktops/kde-5/frameworks-5.19/kbookmarks.nix
@@ -0,0 +1,25 @@
+{ kdeFramework, lib
+, extra-cmake-modules
+, kcodecs
+, kconfig
+, kconfigwidgets
+, kcoreaddons
+, kiconthemes
+, kxmlgui
+}:
+
+kdeFramework {
+  name = "kbookmarks";
+  nativeBuildInputs = [ extra-cmake-modules ];
+  buildInputs = [
+    kcodecs
+    kconfig
+    kconfigwidgets
+    kcoreaddons
+    kiconthemes
+    kxmlgui
+  ];
+  meta = {
+    maintainers = [ lib.maintainers.ttuegel ];
+  };
+}