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

qtSubmodule {
  name = "qtdeclarative";
  patches = [ ./0001-nix-profiles-import-paths.patch ];
  qtInputs = [ qtbase qtsvg qtxmlpatterns ];
  nativeBuildInputs = [ python ];
}