6 lines
99 B
Nix
6 lines
99 B
Nix
{ qtModule, qtbase, qttools }:
|
|
|
|
qtModule {
|
|
name = "qtscript";
|
|
qtInputs = [ qtbase qttools ];
|
|
}
|