nixpkgs/pkgs/desktops/kde-4.7/graphics/kgamma.nix

13 lines
259 B
Nix
Raw Normal View History

{ automoc4, cmake, kde, kdelibs, qt4, phonon, libXxf86vm }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 phonon libXxf86vm ];
meta = {
description = "KDE monitor calibration tool";
license = "GPLv2";
kde.name = "kgamma";
};
}