nixpkgs/pkgs/development/libraries/kde-frameworks-5.16/kcodecs.nix
2015-11-23 06:39:04 -06:00

12 lines
193 B
Nix

{ kdeFramework, lib
, extra-cmake-modules
}:
kdeFramework {
name = "kcodecs";
nativeBuildInputs = [ extra-cmake-modules ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
}