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
linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtgamepad.nix
blob
6bc023eb9bbdc98d20081ac8f81c71f3e3bbda58
1
{ qtModule, qtbase, qtdeclarative, pkg-config }:
2
3
qtModule {
4
name = "qtgamepad";
5
qtInputs = [ qtbase qtdeclarative ];
6
buildInputs = [ ];
7
nativeBuildInputs = [ pkg-config ];
8
outputs = [ "out" "dev" "bin" ];
9
}