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

15 lines
205 B
Nix
Raw Normal View History

2014-09-20 10:09:11 +01:00
{ kde, cmake, smokeqt, perl }:
kde {
# TODO: qscintilla2, qwt5
buildInputs = [ smokeqt perl ];
nativeBuildInputs = [ cmake ];
meta = {
description = "Perl bindings for Qt library";
};
}