5e7c2d6cef
GitOrigin-RevId: f99e5f03cc0aa231ab5950a15ed02afec45ed51a
7 lines
123 B
Nix
7 lines
123 B
Nix
{ qtModule, qttools }:
|
|
|
|
qtModule {
|
|
pname = "qttranslations";
|
|
nativeBuildInputs = [ qttools ];
|
|
outputs = [ "out" ];
|
|
}
|