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

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