about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/applications/libkdcraw.nix
blob: 421f7dbb4cfe758a5f71492d6fed3627eeb6be34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ kdeApp, lib, ecm, libraw }:

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