nixpkgs/pkgs/development/libraries/qt-5/5.5/qtdeclarative/default.nix
2015-10-30 16:10:37 -05:00

8 lines
233 B
Nix

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