8 lines
154 B
Nix
8 lines
154 B
Nix
{ kdeFramework, lib, ecm }:
|
|
|
|
kdeFramework {
|
|
name = "kcodecs";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ ecm ];
|
|
}
|