summary refs log tree commit diff
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-09-13 09:28:22 +0200
committerBastian Köcher <git@kchr.de>2018-09-13 09:28:22 +0200
commitdf007e9ffea818702f21db1bccec5f726e6234aa (patch)
tree4d4b00af9ca55386802ff234f535bd1f00f32e7f
parentea99e30dc2305ca64ad5000611baa8f015c75867 (diff)
downloadnixlib-df007e9ffea818702f21db1bccec5f726e6234aa.tar
nixlib-df007e9ffea818702f21db1bccec5f726e6234aa.tar.gz
nixlib-df007e9ffea818702f21db1bccec5f726e6234aa.tar.bz2
nixlib-df007e9ffea818702f21db1bccec5f726e6234aa.tar.lz
nixlib-df007e9ffea818702f21db1bccec5f726e6234aa.tar.xz
nixlib-df007e9ffea818702f21db1bccec5f726e6234aa.tar.zst
nixlib-df007e9ffea818702f21db1bccec5f726e6234aa.zip
kde-frameworks.syndication: Init
-rw-r--r--pkgs/development/libraries/kde-frameworks/default.nix1
-rw-r--r--pkgs/development/libraries/kde-frameworks/syndication.nix13
-rw-r--r--pkgs/top-level/all-packages.nix2
3 files changed, 15 insertions, 1 deletions
diff --git a/pkgs/development/libraries/kde-frameworks/default.nix b/pkgs/development/libraries/kde-frameworks/default.nix
index ea8f30f0bba2..62ae433ff710 100644
--- a/pkgs/development/libraries/kde-frameworks/default.nix
+++ b/pkgs/development/libraries/kde-frameworks/default.nix
@@ -145,6 +145,7 @@ let
       kpackage = callPackage ./kpackage {};
       kpty = callPackage ./kpty.nix {};
       kunitconversion = callPackage ./kunitconversion.nix {};
+      syndication = callPackage ./syndication.nix {};
 
     # TIER 3
       baloo = callPackage ./baloo.nix {};
diff --git a/pkgs/development/libraries/kde-frameworks/syndication.nix b/pkgs/development/libraries/kde-frameworks/syndication.nix
new file mode 100644
index 000000000000..71ee520995c4
--- /dev/null
+++ b/pkgs/development/libraries/kde-frameworks/syndication.nix
@@ -0,0 +1,13 @@
+{ mkDerivation, lib
+, extra-cmake-modules
+, kcodecs
+}:
+
+mkDerivation {
+  name = "syndication";
+  meta = {
+    maintainers = [ lib.maintainers.bkchr ];
+  };
+  nativeBuildInputs = [ extra-cmake-modules ];
+  buildInputs = [ kcodecs ];
+}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b107fa5929a9..73d892d92bfe 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11717,7 +11717,7 @@ with pkgs;
       kservice ktexteditor ktextwidgets kunitconversion kwallet kwayland
       kwidgetsaddons kwindowsystem kxmlgui kxmlrpcclient modemmanager-qt
       networkmanager-qt plasma-framework prison solid sonnet syntax-highlighting
-      threadweaver kirigami2 kholidays kpurpose;
+      syndication threadweaver kirigami2 kholidays kpurpose;
 
     ### KDE PLASMA 5