nixpkgs/pkgs/development/libraries/qt-5/5.7/qttranslations.nix
2016-07-29 17:46:13 -05:00

7 lines
96 B
Nix

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