summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.8/kdegraphics/libkdcraw.nix
blob: 9d31cc763f211c8b57a6c4cf755a10e08e198819 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "Library for decoding RAW images";
    license = "GPLv2";
  };
}