9769952933
This reverts commit 112d4c71b2
.
This upgrade causes a serious Plasma performance degradation and causes
incorrect font rendering. Reverting until the cause is known.
14 lines
305 B
Nix
14 lines
305 B
Nix
{ kdeFramework, lib
|
|
, extra-cmake-modules
|
|
, karchive
|
|
, kconfig
|
|
, kcoreaddons
|
|
, kservice
|
|
}:
|
|
|
|
kdeFramework {
|
|
name = "kemoticons";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
propagatedBuildInputs = [ karchive kconfig kcoreaddons kservice ];
|
|
}
|