ec92d4d331
GitOrigin-RevId: 540dccb2aeaffa9dc69bfdc41c55abd7ccc6baa3
6 lines
91 B
Nix
6 lines
91 B
Nix
{ qtModule, qttools }:
|
|
|
|
qtModule {
|
|
pname = "qttranslations";
|
|
qtInputs = [ qttools ];
|
|
}
|