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
python313Packages.traits: fix build (#373698)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtserialbus.nix
blob
b233ebd38715855e306f3b4dc118ba539530163e
1
{
2
qtModule,
3
qtbase,
4
qtserialport,
5
}:
6
7
qtModule {
8
pname = "qtserialbus";
9
propagatedBuildInputs = [
10
qtbase
11
qtserialport
12
];
13
}