Merge pull request #89846 from lelongg/qtserialbus
qt5.qtserialbus: init at 5.12
This commit is contained in:
commit
9cfca08777
@ -158,6 +158,7 @@ let
|
||||
qtquickcontrols2 = callPackage ../modules/qtquickcontrols2.nix {};
|
||||
qtscript = callPackage ../modules/qtscript.nix {};
|
||||
qtsensors = callPackage ../modules/qtsensors.nix {};
|
||||
qtserialbus = callPackage ../modules/qtserialbus.nix {};
|
||||
qtserialport = callPackage ../modules/qtserialport.nix {};
|
||||
qtspeech = callPackage ../modules/qtspeech.nix {};
|
||||
qtsvg = callPackage ../modules/qtsvg.nix {};
|
||||
|
6
pkgs/development/libraries/qt-5/modules/qtserialbus.nix
Normal file
6
pkgs/development/libraries/qt-5/modules/qtserialbus.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ qtModule, qtbase, qtserialport }:
|
||||
|
||||
qtModule {
|
||||
name = "qtserialbus";
|
||||
qtInputs = [ qtbase qtserialport ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user