2017-02-26 04:49:15 -08:00
|
|
|
{ kdeFramework, lib, extra-cmake-modules, qtbase, qttools }:
|
2016-04-21 08:32:21 -07:00
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kcodecs";
|
2016-07-30 07:36:52 -07:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 04:49:15 -08:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules qttools ];
|
|
|
|
buildInputs = [ qtbase ];
|
2016-04-21 08:32:21 -07:00
|
|
|
}
|