nixpkgs/pkgs/desktops/kde-4.8/kdebindings/perlqt.nix

11 lines
174 B
Nix
Raw Normal View History

{ kde, cmake, smokeqt, perl }:
kde {
buildInputs = [ smokeqt perl ];
buildNativeInputs = [ cmake ];
meta = {
description = "Perl bindings for Qt library";
};
}