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
python312Packages.kneaddata: init at 0.7.7-alpha (#340230)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtserialport.nix
blob
74b647c6dfcc7f9041122ad3afbbbeed47c5dc12
1
{
2
qtModule,
3
stdenv,
4
lib,
5
qtbase,
6
udev,
7
pkg-config,
8
}:
9
10
qtModule {
11
pname = "qtserialport";
12
nativeBuildInputs = [ pkg-config ];
13
propagatedBuildInputs = [ qtbase ] ++ lib.optionals stdenv.hostPlatform.isLinux [ udev ];
14
}