nixpkgs/pkgs/development/libraries/kde-frameworks/kcodecs.nix
2016-07-28 18:27:13 -05:00

12 lines
193 B
Nix

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