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

7 lines
112 B
Nix
Raw Normal View History

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