nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 143 B view raw
1{ 2 qtModule, 3 qtbase, 4 qtserialport, 5}: 6 7qtModule { 8 pname = "qtserialbus"; 9 propagatedBuildInputs = [ 10 qtbase 11 qtserialport 12 ]; 13}