11 lines
204 B
Nix
Raw Normal View History

2015-09-27 09:46:48 -05:00
{ qtSubmodule, qtbase, qttools }:
qtSubmodule {
name = "qtscript";
qtInputs = [ qtbase qttools ];
patches = [ ./0001-glib-2.32.patch ];
postFixup = ''
fixQtModuleCMakeConfig "Script"
'';
2015-09-27 09:46:48 -05:00
}