summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtscript.nix
blob: 07993b72a6d3a52eb1e93cb2ea0f11ce860a56c8 (plain) (blame)
1
2
3
4
5
6
{ qtModule, qtbase, qttools }:

qtModule {
  pname = "qtscript";
  propagatedBuildInputs = [ qtbase qttools ];
}