9 lines
92 B
Nix
9 lines
92 B
Nix
|
{ qtModule
|
||
|
, qttools
|
||
|
}:
|
||
|
|
||
|
qtModule {
|
||
|
pname = "qttranslations";
|
||
|
qtInputs = [ qttools ];
|
||
|
}
|