8 lines
146 B
Nix
8 lines
146 B
Nix
|
{ qtModule, qtbase, qtdeclarative }:
|
||
|
|
||
|
qtModule {
|
||
|
pname = "qtscxml";
|
||
|
qtInputs = [ qtbase qtdeclarative ];
|
||
|
outputs = [ "out" "dev" "bin" ];
|
||
|
}
|