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

qtModule {
  name = "qttranslations";
  qtInputs = [ qttools ];
}