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

qtModule {
  pname = "qttranslations";
  nativeBuildInputs = [ qttools ];
  outputs = [ "out" ];
}