mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 00:24:18 +00:00
7 lines
113 B
Nix
7 lines
113 B
Nix
{ qtModule, qtbase, qtserialport }:
|
|
|
|
qtModule {
|
|
pname = "qtserialbus";
|
|
qtInputs = [ qtbase qtserialport ];
|
|
}
|