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