depot/third_party/nixpkgs/pkgs/development/libraries/qt-6/modules/qttranslations.nix

9 lines
92 B
Nix
Raw Normal View History

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