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
ryujinx-greemdev: init at 1.2.76 (#353897)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtserialport.nix
blob
b2934d089306f20ce98bec09975e672a7d90e210
1
{
2
qtModule,
3
stdenv,
4
lib,
5
qtbase,
6
systemd,
7
}:
8
9
qtModule {
10
pname = "qtserialport";
11
propagatedBuildInputs = [ qtbase ];
12
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isLinux "-DNIXPKGS_LIBUDEV=\"${lib.getLib systemd}/lib/libudev\"";
13
}