6 lines
129 B
Nix
6 lines
129 B
Nix
{ qtModule, qtbase, qtdeclarative }:
|
|
|
|
qtModule {
|
|
pname = "qtpurchasing";
|
|
propagatedBuildInputs = [ qtbase qtdeclarative ];
|
|
}
|