1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00
nixpkgs/pkgs/desktops/kde-4.12/kdegraphics/libkdcraw.nix
2014-02-13 04:26:42 +02:00

14 lines
227 B
Nix

{ kde, kdelibs, pkgconfig, libraw, lcms2 }:
kde {
buildInputs = [ kdelibs libraw lcms2 ];
nativeBuildInputs = [ pkgconfig ];
meta = {
description = "Library for decoding RAW images";
license = "GPLv2";
};
}