nixpkgs/pkgs/desktops/kde-4.10/kdebindings/perlqt.nix
2013-08-14 17:41:24 +00:00

12 lines
199 B
Nix

{ kde, cmake, smokeqt, perl }:
kde {
#todo: qscintilla2, qwt5
buildInputs = [ smokeqt perl ];
nativeBuildInputs = [ cmake ];
meta = {
description = "Perl bindings for Qt library";
};
}