nixpkgs/pkgs/desktops/kde-4.14/kdebindings/perlqt.nix
2014-09-24 23:48:38 +02:00

15 lines
205 B
Nix

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