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