about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kdebindings/perlqt.nix
blob: 13c145f32753b7fe670129e209a561e60a17f824 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kde, cmake, smokeqt, perl }:

kde {
  buildInputs = [ smokeqt perl ];
  buildNativeInputs = [ cmake ];

  meta = {
    description = "Perl bindings for Qt library";
  };
}