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
/
qtwayland.nix
blob
3ac23d28a7983c908366df14fd23d0405120f1f0
1
{ qtModule
2
, qtbase
3
, qtquick3d
4
, qtdeclarative
5
, wayland
6
, pkg-config
7
, xlibsWrapper
8
, libdrm
9
}:
10
11
qtModule {
12
pname = "qtwayland";
13
qtInputs = [ qtbase qtdeclarative ];
14
buildInputs = [ wayland xlibsWrapper libdrm ];
15
nativeBuildInputs = [ pkg-config ];
16
}