about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.4/qtscript/default.nix
blob: b81a43aeadb04c932ece811fac683f497379331e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ qtSubmodule, qtbase, qttools }:

qtSubmodule {
  name = "qtscript";
  qtInputs = [ qtbase qttools ];
  patches = [ ./0001-glib-2.32.patch ];
  postFixup = ''
    fixQtModuleCMakeConfig "Script"
  '';
}