1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
nixpkgs/pkgs/development/libraries/qt-5/modules/qtserialbus.nix
2020-06-08 23:25:04 +02:00

7 lines
112 B
Nix

{ qtModule, qtbase, qtserialport }:
qtModule {
name = "qtserialbus";
qtInputs = [ qtbase qtserialport ];
}