oxygen-icons and kmime absorbed into Frameworks, however the Gear version of kmime is still going to win until the next Gear update drops it, as the Frameworks version is API incompatible with current stable Gear.
7 lines
88 B
Nix
7 lines
88 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "oxygen-icons";
|
|
|
|
dontStrip = true;
|
|
}
|