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

15 lines
205 B
Nix
Raw Normal View History

2013-08-21 19:38:48 +02:00
{ kde, cmake, smokeqt, perl }:
kde {
# TODO: qscintilla2, qwt5
buildInputs = [ smokeqt perl ];
nativeBuildInputs = [ cmake ];
meta = {
description = "Perl bindings for Qt library";
};
}