2016-03-31 23:08:24 +02:00
|
|
|
{ qtSubmodule, lib, copyPathsToStore, python, qtbase, qtsvg, qtxmlpatterns }:
|
2015-09-27 16:46:48 +02:00
|
|
|
|
|
|
|
qtSubmodule {
|
|
|
|
name = "qtdeclarative";
|
2016-03-31 23:08:24 +02:00
|
|
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
2015-09-27 16:46:48 +02:00
|
|
|
qtInputs = [ qtbase qtsvg qtxmlpatterns ];
|
|
|
|
nativeBuildInputs = [ python ];
|
|
|
|
}
|