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

15 lines
205 B
Nix
Raw Normal View History

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