nixpkgs/pkgs/desktops/kde-4.7/kdegraphics/libkdcraw.nix
Yury G. Kudryashov 882b8ea871 kde47.libkdcraw: fix build with qt-4.8
svn path=/nixpkgs/trunk/; revision=32349
2012-02-17 13:36:41 +00:00

11 lines
179 B
Nix

{ kde, kdelibs, libjpeg, lcms1 }:
kde {
buildInputs = [ kdelibs libjpeg lcms1 ];
meta = {
description = "Library for decoding RAW images";
license = "GPLv2";
};
}