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

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