2015-09-29 22:57:26 +01:00
|
|
|
{ kdeFramework, lib
|
2015-09-27 16:02:10 +01:00
|
|
|
, extra-cmake-modules
|
|
|
|
, qtdeclarative
|
|
|
|
}:
|
|
|
|
|
2015-09-29 22:57:26 +01:00
|
|
|
kdeFramework {
|
2015-09-27 16:02:10 +01:00
|
|
|
name = "bluez-qt";
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
|
|
buildInputs = [ qtdeclarative ];
|
|
|
|
preConfigure = ''
|
|
|
|
substituteInPlace CMakeLists.txt \
|
|
|
|
--replace /lib/udev/rules.d "$out/lib/udev/rules.d"
|
|
|
|
'';
|
|
|
|
meta = {
|
|
|
|
maintainers = [ lib.maintainers.ttuegel ];
|
|
|
|
};
|
|
|
|
}
|