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