summary refs log blame commit diff
path: root/pkgs/desktops/kde-5/applications/libkdcraw.nix
blob: 1c1ef7dc9968589f737cfeda12da2dfc869df109 (plain) (tree)
1
2
3
4
5
6
7
8







                     



                                                      


                       
                           

          
 
{ kdeApp
, lib
, extra-cmake-modules
, libraw
}:

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