kf512: fix bluez-qt udev rules path
This commit is contained in:
parent
3dc7f41d6d
commit
db5335a662
@ -130,6 +130,13 @@ let
|
|||||||
);
|
);
|
||||||
|
|
||||||
self = super // {
|
self = super // {
|
||||||
|
bluez-qt = overrideDerivation super.bluez-qt (drv: {
|
||||||
|
preConfigure = ''
|
||||||
|
substituteInPlace CMakeLists.txt \
|
||||||
|
--replace /lib/udev/rules.d "$out/lib/udev/rules.d"
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
|
||||||
extra-cmake-modules = overrideDerivation super.extra-cmake-modules (drv: {
|
extra-cmake-modules = overrideDerivation super.extra-cmake-modules (drv: {
|
||||||
buildInputs = [];
|
buildInputs = [];
|
||||||
nativeBuildInputs = [];
|
nativeBuildInputs = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user