12 lines
128 B
Nix
12 lines
128 B
Nix
|
{ qtModule
|
||
|
, stdenv
|
||
|
, lib
|
||
|
, qtbase
|
||
|
, qtdeclarative
|
||
|
}:
|
||
|
|
||
|
qtModule {
|
||
|
pname = "qttools";
|
||
|
qtInputs = [ qtbase qtdeclarative ];
|
||
|
}
|