kde-frameworks.syndication: Init
This commit is contained in:
parent
ea99e30dc2
commit
df007e9ffe
@ -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 {};
|
||||
|
13
pkgs/development/libraries/kde-frameworks/syndication.nix
Normal file
13
pkgs/development/libraries/kde-frameworks/syndication.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ mkDerivation, lib
|
||||
, extra-cmake-modules
|
||||
, kcodecs
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "syndication";
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.bkchr ];
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ kcodecs ];
|
||||
}
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user