summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.5/qtdeclarative.nix
blob: a71f11b7d40dc0269de3837c414ce39edf858267 (plain) (blame)
1
2
3
4
5
6
7
{ qtSubmodule, python, qtbase, qtsvg, qtxmlpatterns }:

qtSubmodule {
  name = "qtdeclarative";
  qtInputs = [ qtbase qtsvg qtxmlpatterns ];
  nativeBuildInputs = [ python ];
}