7 lines
145 B
Nix
7 lines
145 B
Nix
{ qtSubmodule, qtbase }:
|
|
|
|
qtSubmodule {
|
|
name = "qtserialport";
|
|
qtInputs = [ qtbase ];
|
|
patches = [ ./0001-dlopen-serialport-udev.patch ];
|
|
}
|