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

12 lines
199 B
Nix
Raw Normal View History

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