2016-09-05 18:59:00 +02:00
|
|
|
{ qtSubmodule, qtbase, substituteAll, systemd }:
|
2015-09-27 16:46:48 +02:00
|
|
|
|
|
|
|
qtSubmodule {
|
|
|
|
name = "qtserialport";
|
|
|
|
qtInputs = [ qtbase ];
|
2015-10-11 18:46:55 +02:00
|
|
|
patches = [
|
|
|
|
(substituteAll {
|
|
|
|
src = ./0001-dlopen-serialport-udev.patch;
|
2016-09-05 18:59:00 +02:00
|
|
|
libudev = systemd.lib;
|
2015-10-11 18:46:55 +02:00
|
|
|
})
|
|
|
|
];
|
2015-09-27 16:46:48 +02:00
|
|
|
}
|