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

11 lines
190 B
Nix
Raw Normal View History

{ kde, cmake, kdebindings, perl }:
kde {
buildInputs = [ kdebindings.smokeqt perl ];
buildNativeInputs = [ cmake ];
meta = {
description = "Perl bindings for Qt library";
};
}