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

7 lines
90 B
Nix
Raw Normal View History

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