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

7 lines
126 B
Nix
Raw Normal View History

{ qtModule, qtbase, qtserialport }:
qtModule {
pname = "qtserialbus";
propagatedBuildInputs = [ qtbase qtserialport ];
}