nixpkgs/pkgs/development/libraries/kde-frameworks-5.18/kcodecs.nix
2016-01-10 09:09:40 -06:00

12 lines
193 B
Nix

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