summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-6/modules/qttools.nix
blob: b1cf5dd2c146d849f7ed38d15f09cc7bfc593a55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ qtModule
, stdenv
, lib
, qtbase
, qtdeclarative
}:

qtModule {
  pname = "qttools";
  qtInputs = [ qtbase qtdeclarative ];
}