nixpkgs/pkgs/desktops/kde-4.7/libkdcraw.nix

13 lines
243 B
Nix
Raw Normal View History

{ automoc4, cmake, kde, kdelibs, qt4, phonon }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 phonon ];
meta = {
description = "Library for decoding RAW images";
license = "GPLv2";
kde.name = "libkdcraw";
};
}