repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtserialbus.nix
blob
4fd6d7cb83c388761027aabe2aac14464dc08cea
1
{ qtModule, qtbase, qtserialport }:
2
3
qtModule {
4
pname = "qtserialbus";
5
qtInputs = [ qtbase qtserialport ];
6
}