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

7 lines
90 B
Nix

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