2016-10-18 14:00:22 -07:00
|
|
|
{ qtSubmodule, lib, copyPathsToStore, python2, qtbase, qtsvg, qtxmlpatterns }:
|
2016-05-02 16:50:19 -07:00
|
|
|
|
|
|
|
qtSubmodule {
|
|
|
|
name = "qtdeclarative";
|
|
|
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
|
|
|
qtInputs = [ qtbase qtsvg qtxmlpatterns ];
|
2016-10-18 14:00:22 -07:00
|
|
|
nativeBuildInputs = [ python2 ];
|
2016-05-02 16:50:19 -07:00
|
|
|
}
|