2016-07-30 15:36:52 +01:00
|
|
|
{ kdeFramework, lib, ecm }:
|
2016-04-21 16:32:21 +01:00
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kcodecs";
|
2016-07-30 15:36:52 +01:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
|
|
nativeBuildInputs = [ ecm ];
|
2016-04-21 16:32:21 +01:00
|
|
|
}
|