1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00
nixpkgs/pkgs/development/libraries/kde-frameworks/kcodecs.nix
2016-07-30 09:36:52 -05:00

8 lines
154 B
Nix

{ kdeFramework, lib, ecm }:
kdeFramework {
name = "kcodecs";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ ecm ];
}