2023-07-15 17:15:38 +00:00
|
|
|
{ qtModule
|
|
|
|
, lib
|
|
|
|
, qtbase
|
|
|
|
, qtdeclarative
|
|
|
|
}:
|
|
|
|
|
|
|
|
qtModule {
|
|
|
|
pname = "qtpim";
|
|
|
|
|
|
|
|
outputs = [
|
|
|
|
"out"
|
|
|
|
"dev"
|
|
|
|
];
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
propagatedBuildInputs = [
|
2023-07-15 17:15:38 +00:00
|
|
|
qtbase
|
|
|
|
qtdeclarative
|
|
|
|
];
|
|
|
|
|
|
|
|
qmakeFlags = [
|
|
|
|
"CONFIG+=git_build"
|
|
|
|
];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
maintainers = with lib.maintainers; [ OPNA2608 ];
|
|
|
|
};
|
|
|
|
}
|