nixpkgs/pkgs/development/libraries/qt-5/modules/qtserialbus.nix

7 lines
112 B
Nix
Raw Normal View History

2020-06-08 23:25:04 +02:00
{ qtModule, qtbase, qtserialport }:
qtModule {
name = "qtserialbus";
qtInputs = [ qtbase qtserialport ];
}