2015-09-27 16:46:48 +02:00
|
|
|
{ qtSubmodule, qtbase, qttools }:
|
|
|
|
|
|
|
|
qtSubmodule {
|
|
|
|
name = "qtscript";
|
|
|
|
qtInputs = [ qtbase qttools ];
|
|
|
|
patches = [ ./0001-glib-2.32.patch ];
|
2016-01-24 23:44:33 +01:00
|
|
|
postFixup = ''
|
|
|
|
fixQtModuleCMakeConfig "Script"
|
|
|
|
'';
|
2015-09-27 16:46:48 +02:00
|
|
|
}
|