2016-04-21 15:32:21 +00:00
|
|
|
{ kdeFramework, lib
|
2016-07-30 14:36:52 +00:00
|
|
|
, ecm
|
2016-04-21 15:32:21 +00:00
|
|
|
, qtdeclarative
|
|
|
|
}:
|
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "bluez-qt";
|
2016-07-30 14:36:52 +00:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
|
|
nativeBuildInputs = [ ecm ];
|
2016-04-28 15:46:55 +00:00
|
|
|
propagatedBuildInputs = [ qtdeclarative ];
|
2016-04-21 15:32:21 +00:00
|
|
|
preConfigure = ''
|
|
|
|
substituteInPlace CMakeLists.txt \
|
|
|
|
--replace /lib/udev/rules.d "$out/lib/udev/rules.d"
|
|
|
|
'';
|
|
|
|
}
|