1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-17 18:34:41 +00:00
nixpkgs/pkgs/desktops/kde-4.7/graphics/kamera.nix

13 lines
259 B
Nix
Raw Normal View History

{ automoc4, cmake, kde, kdelibs, qt4, phonon, libgphoto2 }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 phonon libgphoto2 ];
meta = {
description = "KDE camera interface library";
license = "GPLv2";
kde.name = "kamera";
};
}