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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
113 B
Nix
Raw Normal View History

2020-06-08 23:25:04 +02:00
{ qtModule, qtbase, qtserialport }:
qtModule {
2021-05-14 12:53:30 +02:00
pname = "qtserialbus";
2020-06-08 23:25:04 +02:00
qtInputs = [ qtbase qtserialport ];
}