nixpkgs/pkgs/desktops/kde-5/applications/libkdcraw.nix
2016-07-29 21:13:00 -05:00

12 lines
251 B
Nix

{ kdeApp, lib, ecm, libraw }:
kdeApp {
name = "libkdcraw";
meta = {
license = with lib.licenses; [ gpl2 lgpl21 bsd3 ];
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [ ecm ];
propagatedBuildInputs = [ libraw ];
}